Skip to content

Commit

Permalink
Update help.js
Browse files Browse the repository at this point in the history
  • Loading branch information
andrxano authored Sep 10, 2024
1 parent fd5caf8 commit 62edd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilitycommands/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module.exports = {
embeds: [
new EmbedBuilder()
.setTitle('Fun Commands')
.setDescription('Here are the fun commands:\n- `-fasttype`\n- `-wordle`\n- `-rps`\n- `-trivia easy|medium|hard`\n- `-vtuberguess`\n- `-animeguess`\n- `-characterguess`')
.setDescription('Here are the fun commands:\n- `-fasttype`\n- `-wordle`\n- `-rps`\n- `-trivia easy|medium|hard`')
.setColor('#ffe100')
],
components: [row]
Expand Down

0 comments on commit 62edd09

Please sign in to comment.