From d704b39859c74d3fd61a5588786d6777c694660b Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 16 Dec 2022 13:16:33 -0500 Subject: [PATCH] Add a botName field to config --- config.json.template | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json.template b/config.json.template index 3ee02bf..c9fd64a 100644 --- a/config.json.template +++ b/config.json.template @@ -1,5 +1,6 @@ { "token": "Bot Token Here", "clientId": "0123456789012345678", + "botName": "Konpeki Bot", "botOwner": "DiscordUser#1234" } \ No newline at end of file