From 657765df00ba8a654cd93cbcb6980cd29fd1f226 Mon Sep 17 00:00:00 2001 From: Ean Milligan Date: Wed, 23 Jul 2025 21:14:36 -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 892d5b6..109b96f 100644 --- a/config.example.ts +++ b/config.example.ts @@ -1,7 +1,7 @@ export const config = { name: 'The Artificer', // Name of the bot maxFileSize: 8_388_290, // Max file size bot can send - version: '3.0.0', // Version of the bot + version: '4.0.0', // 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