Skip to content

Commit

Permalink
fix: Revert register commands check
Browse files Browse the repository at this point in the history
  • Loading branch information
jurienhamaker committed Feb 20, 2024
1 parent 3ca2d67 commit 9c763b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/shared/src/lib/shared.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class SharedModule {
? [process.env['DEVELOPMENT_SERVER_ID']!]
: false,
skipRegistration:
process.env['REGISTER_COMMANDS'] !== 'false',
process.env['REGISTER_COMMANDS'] === 'false',
token: process.env['DISCORD_TOKEN']!,
intents,
}),
Expand Down

0 comments on commit 9c763b5

Please sign in to comment.