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 077b5f0 commit 4bb6bccCopy full SHA for 4bb6bcc
bot.js
@@ -47,7 +47,7 @@ bot.on("message", async message => {
47
return message.channel.stopTyping();
48
}
49
50
- if(args[1] !== "HELP" && args[1] !== "PC" && args[1] !== "XBOX" && args[1] !== "PSN" && args[1] !== "PS4" && args[1] !== "PS5"){
+ if(args[1] !== "PC" && args[1] !== "XBOX" && args[1] !== "PSN" && args[1] !== "PS4" && args[1] !== "PS5"){
51
console.log("PLATFORM_ERROR"); // if enter platform not pc/xbox/osn
52
message.channel.send(embed.R6_help_platform());
53
0 commit comments