We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9235f9c commit 3030719Copy full SHA for 3030719
src/minecraft/commands/booCommand.js
@@ -25,8 +25,8 @@ class BooCommand extends minecraftCommand {
25
throw "You must provide a user to boo!";
26
}
27
28
- if (9 !== new Date().getMonth()) {
29
- throw "It's not October!";
+ if (new Date().getMonth() !== 9) {
+ throw "You can only do this during Halloween!";
30
31
32
if (this.isOnCooldown) {
0 commit comments