Skip to content

Commit

Permalink
Updated /help
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-NCSU committed Aug 21, 2021
1 parent 0186fd0 commit f8dda0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
.addField('/search <keyword> (page)', 'Searches for games containing the keyword(s).')
.addField('/leaderboard <game>', 'Provides a leaderboard for the given game.')
.addField('/verified <user>', 'Provides the number of runs verified by the given user.')
.addField('/unverified <game>', 'Provides the number of unverified runs for the given game.')
.addField('/queuelength <game>', '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!');
Expand Down

0 comments on commit f8dda0e

Please sign in to comment.