From af8451db932ac4c3e86c1f5a65123cd2e998d83a Mon Sep 17 00:00:00 2001 From: LucasB25 <50886682+LucasB25@users.noreply.github.com> Date: Sat, 10 Feb 2024 13:35:55 +0100 Subject: [PATCH] Update config.ts Signed-off-by: LucasB25 <50886682+LucasB25@users.noreply.github.com> --- src/config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 2d782d590..401ccc904 100644 --- a/src/config.ts +++ b/src/config.ts @@ -22,7 +22,6 @@ export default { maxQueueSize: parseInt(process.env.MAX_QUEUE_SIZE) || 100, owners: JSON.parse(process.env.OWNER_IDS || '[]'), clientId: process.env.CLIENT_ID, - clientSecret: process.env.CLIENT_SECRET || '', guildId: process.env.GUILD_ID, logChannelId: process.env.LOG_CHANNEL_ID || '', links: {