From d8ca1d5055aaeb91d8592e8de0bbf0ab6654ece2 Mon Sep 17 00:00:00 2001 From: ION606 Date: Fri, 1 Jul 2022 15:09:33 +0300 Subject: [PATCH] Fixed the 'help game' command --- commands/misc/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/misc/help.js b/commands/misc/help.js index fed2062..e8b3662 100644 --- a/commands/misc/help.js +++ b/commands/misc/help.js @@ -12,7 +12,7 @@ module.exports ={ else if (args[0] == 'game') { let temp = "***Selmer Bot Commands (Games):***\n"; temp += bot.commands.get('game').allGames.join(", "); - temp += `\n\n(remember to use '${bot.prefix}' before the command!)`; + temp += `\n\n(remember to use '${bot.prefix}'game before the command!)`; return message.channel.send(temp); }