Skip to content

Commit 3030719

Browse files
committed
refacotr: change msg
1 parent 9235f9c commit 3030719

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/minecraft/commands/booCommand.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ class BooCommand extends minecraftCommand {
2525
throw "You must provide a user to boo!";
2626
}
2727

28-
if (9 !== new Date().getMonth()) {
29-
throw "It's not October!";
28+
if (new Date().getMonth() !== 9) {
29+
throw "You can only do this during Halloween!";
3030
}
3131

3232
if (this.isOnCooldown) {

0 commit comments

Comments
 (0)