From f8dda0e18b54e5eb89024bd7be372ac944a92ff4 Mon Sep 17 00:00:00 2001 From: Nick Thompson Date: Sat, 21 Aug 2021 16:44:49 -0400 Subject: [PATCH] Updated /help --- commands/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/help.js b/commands/help.js index 4f4f99a..827a0a8 100644 --- a/commands/help.js +++ b/commands/help.js @@ -15,7 +15,7 @@ module.exports = { .addField('/search (page)', 'Searches for games containing the keyword(s).') .addField('/leaderboard ', 'Provides a leaderboard for the given game.') .addField('/verified ', 'Provides the number of runs verified by the given user.') - .addField('/unverified ', 'Provides the number of unverified runs for the given game.') + .addField('/queuelength ', 'Provides the number of unverified runs for the given game.') .addField('/dream', 'Simulates Dream\'s pearl and blaze rod odds.') .addField('/ping', 'Provides bot response time.') await interaction.editReply('Sending you help!');