Skip to content

Commit

Permalink
Update config.ts
Browse files Browse the repository at this point in the history
Signed-off-by: LucasB25 <[email protected]>
  • Loading branch information
LucasB25 authored Feb 10, 2024
1 parent 0a56171 commit af8451d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit af8451d

Please sign in to comment.