From c019757dbbfdfd388197f1f160c1699b6b8c8bba Mon Sep 17 00:00:00 2001 From: David Lau Date: Sat, 4 May 2024 13:06:37 -0400 Subject: [PATCH] Update config.example.ts --- config.example.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.ts b/config.example.ts index 3a01758..f2ad2bf 100644 --- a/config.example.ts +++ b/config.example.ts @@ -1,6 +1,6 @@ export const config = { 'name': 'Group Up', // Name of the bot - 'version': '1.0.3', // Version of the bot + 'version': '1.0.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': '/', // Prefix for all commands