version bump

This commit is contained in:
Ean Milligan 2025-07-23 21:14:36 -04:00
parent 719de69350
commit 657765df00
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
export const config = { export const config = {
name: 'The Artificer', // Name of the bot name: 'The Artificer', // Name of the bot
maxFileSize: 8_388_290, // Max file size bot can send 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 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" localtoken: 'local_testing_token', // Discord API Token for a secondary OPTIONAL testing bot, THIS MUST BE DIFFERENT FROM "token"
prefix: '[[', // Prefix for all commands prefix: '[[', // Prefix for all commands