Skip to content

Commit

Permalink
add Discord back
Browse files Browse the repository at this point in the history
  • Loading branch information
Larsundso committed Oct 1, 2024
1 parent 5052090 commit 7e59cec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Events/BotEvents/messageEvents/messageCreate/eval.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import * as CT from '../../../../Typings/Typings.js';
ms;
// eslint-disable-next-line @typescript-eslint/no-unused-expressions
CT;
// eslint-disable-next-line @typescript-eslint/no-unused-expressions
Discord;

const reg = new RegExp(
(process.argv.includes('--dev') ? process.env.DevToken : process.env.Token) ?? '',
Expand Down

0 comments on commit 7e59cec

Please sign in to comment.