From 6835154e9bec376fa8c07b1b245ae885f1392805 Mon Sep 17 00:00:00 2001 From: Josh Creek Date: Fri, 29 Jan 2021 19:32:11 +0000 Subject: [PATCH] feat(*): Change prefix to a less common one --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index afd87fa..1e16461 100644 --- a/config.json +++ b/config.json @@ -4,6 +4,6 @@ "elasticsearch_index_pattern" : "[logs-mupbot-]YYYY.MM.DD" }, "github_url" : "https://github.com/jcreek/MupBot", - "prefix": "!", "token": "discordtokengoeshere" + "prefix": "?", }