Skip to content

Commit 3b5957d

Browse files
committed
fix: disabled invites warpout
1 parent d3a94fe commit 3b5957d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/minecraft/commands/warpoutCommand.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class warpoutCommand extends minecraftCommand {
3838
bot.removeListener("message", warpoutListener);
3939
this.isOnCooldown = false;
4040
this.send(`${user} is offline!`);
41-
} else if (message.includes("You cannot invite that player!")) {
41+
} else if (message.includes("You cannot invite that player")) {
4242
bot.removeListener("message", warpoutListener);
4343
this.isOnCooldown = false;
4444
this.send(`${user} has party requests disabled!`);

0 commit comments

Comments
 (0)