mirror of
https://github.com/Burn-E99/TheArtificer.git
synced 2026-06-04 09:03:50 -04:00
make number more readable
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
export const config = {
|
export const config = {
|
||||||
name: 'The Artificer', // Name of the bot
|
name: 'The Artificer', // Name of the bot
|
||||||
maxFileSize: 8388290, // 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: '3.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"
|
||||||
|
|||||||
Reference in New Issue
Block a user