From 1b6b880030e3c8c9bd01545723679a5cc4b3a6b8 Mon Sep 17 00:00:00 2001 From: David Lau Date: Tue, 21 May 2024 17:33:21 -0400 Subject: [PATCH] Version bump --- config.example.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.ts b/config.example.ts index 0e66b25..3792ee0 100644 --- a/config.example.ts +++ b/config.example.ts @@ -1,6 +1,6 @@ export const config = { // !! NOTICE !! All fields below are required unless they are explicitly noted as OPTIONAL. If a field is OPTIONAL, do not remove it from this file, just leave it at the default value 'name': 'Group Up', // Name of the bot - 'version': '1.1.1', // Version of the bot + 'version': '1.1.2', // 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 SHOULD BE DIFFERENT FROM "token" 'prefix': '/', // Prefix for all commands, as this bot uses slash commands, this needs to be '/'