Skip to content

Commit

Permalink
disable the spam handler
Browse files Browse the repository at this point in the history
  • Loading branch information
Szedann committed Jan 6, 2024
1 parent 8af3743 commit 6942a46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { reloadGlobalSlashCommands } from './handlers/command.handler';
import './webserver';
import { buttonHandler } from './handlers/button.handler';
import textCommandHandler from './handlers/textCommand.handler';
import { spamHandler } from './handlers/spam.handler';
// import { spamHandler } from './handlers/spam.handler';

export const client = new Client({
intents: [
Expand Down Expand Up @@ -90,7 +90,7 @@ const handlers: Handler[] = [
textCommandHandler,
logHandler,
buttonHandler,
spamHandler,
// spamHandler,
];

for (const handler of handlers) {
Expand Down

0 comments on commit 6942a46

Please sign in to comment.