Skip to content

Commit c64a2b6

Browse files
committed
Disable Everyone Command
April Fools' is over. Stop the Command from abuse.
1 parent a23173e commit c64a2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/Everyone.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default class Everyone extends Command {
5858

5959
super(client, {
6060
name: 'everyone',
61-
enabled: true,
61+
enabled: false,
6262
description: 'Ping everyone.',
6363
category: 'Jokes',
6464
usage: client.settings.prefix.concat('everyone'),

0 commit comments

Comments
 (0)