From 96b64c4dddda71b508985415256461d8f866f0f4 Mon Sep 17 00:00:00 2001 From: "Ean Milligan (Bastion)" Date: Sat, 27 Aug 2022 02:31:36 -0400 Subject: [PATCH] ver file bump --- config.example.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.ts b/config.example.ts index ab5f80d..603942f 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.6', // Version of the bot + 'version': '0.5.7', // 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