From be4caa1fb1a78e04e77221e4c78bbf89d2a14544 Mon Sep 17 00:00:00 2001 From: "Ean Milligan (Bastion)" Date: Tue, 28 Mar 2023 20:23:08 -0400 Subject: [PATCH] Those shouldn't be strings anymore --- config.example.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.example.ts b/config.example.ts index bca27aa..cfec9c7 100644 --- a/config.example.ts +++ b/config.example.ts @@ -18,10 +18,10 @@ export const config = { 'addToCalendar': '', // Link to where the icsGenerator is hosted 'creatorIcon': '', // Link to where the GroupUpSinglePerson.png (or similar image) is hosted }, - 'logChannel': 'the_log_channel', // Discord channel ID where the bot should put startup messages and other error messages needed - 'reportChannel': 'the_report_channel', // Discord channel ID where reports will be sent when using the built-in report command - 'devServer': 'the_dev_server', // Discord guild ID where testing of indev features/commands will be handled, used in conjunction with the DEVMODE bool in mod.ts - 'owner': 'the_bot_owner', // Discord user ID of the bot admin + 'logChannel': 0n, // Discord channel ID where the bot should put startup messages and other error messages needed + 'reportChannel': 0n, // Discord channel ID where reports will be sent when using the built-in report command + 'devServer': 0n, // Discord guild ID where testing of indev features/commands will be handled, used in conjunction with the DEVMODE bool in mod.ts + 'owner': 0n, // Discord user ID of the bot admin 'botLists': [ // Array of objects containing all bot lists that stats should be posted to { // Bot List object, duplicate for each bot list 'name': 'Bot List Name', // Name of bot list, not used