From 35c0abdb218631d01f1749ce744fb7912d22a062 Mon Sep 17 00:00:00 2001 From: "Ean Milligan (Bastion)" Date: Sun, 6 Mar 2022 00:35:05 -0500 Subject: [PATCH] forgot to increment config.ts --- config.example.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.ts b/config.example.ts index 7fb7ac2..4fe791e 100644 --- a/config.example.ts +++ b/config.example.ts @@ -1,6 +1,6 @@ export const config = { "name": "Group Up", // Name of the bot - "version": "0.5.3", // Version of the bot + "version": "0.5.4", // Version of the bot "token": "the_bot_token", // Discord API Token for this bot "localtoken": "local_testing_token", // Discord API Token for a secondary OPTIONAL testing bot, THIS MUST BE DIFFERENT FROM "token" "prefix": "gu!", // Prefix for all commands