Skip to content

Commit 4bb6bcc

Browse files
authored
Update bot.js
1 parent 077b5f0 commit 4bb6bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ bot.on("message", async message => {
4747
return message.channel.stopTyping();
4848
}
4949

50-
if(args[1] !== "HELP" && args[1] !== "PC" && args[1] !== "XBOX" && args[1] !== "PSN" && args[1] !== "PS4" && args[1] !== "PS5"){
50+
if(args[1] !== "PC" && args[1] !== "XBOX" && args[1] !== "PSN" && args[1] !== "PS4" && args[1] !== "PS5"){
5151
console.log("PLATFORM_ERROR"); // if enter platform not pc/xbox/osn
5252
message.channel.send(embed.R6_help_platform());
5353
return message.channel.stopTyping();

0 commit comments

Comments
 (0)