From 0733744e642cfe66fc9bdca01929f4167bfdfc0e Mon Sep 17 00:00:00 2001 From: Anthony M <47640864+IDeletedSystem64@users.noreply.github.com> Date: Tue, 19 Jan 2021 18:04:07 -0600 Subject: [PATCH] Change prefix to prevent conflict Changed prefix from n! to np! to prevent conflict with the stable builds. --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 885f58c..b8dd239 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { - "prefix": "n!", + "prefix": "np!", "token": "", "ownerID": "309427567004483586" }