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 7, 2024
1 parent 1a285e2 commit e9f8375
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utilitycommands/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports = {
embeds: [
new EmbedBuilder()
.setTitle('General Commands')
.setDescription('Here are the general commands:\n- `!ping`\n- `!avatar`\n- `!help`\n- `!emoji`\n- `!listemojis`')
.setDescription('Here are the general commands:\n- `-ping`\n- `-avatar`\n- `-help`\n- `-emoji`\n- `-listemojis`\n- `-say`\n- `-owner`\n- `-stealemoji`')
.setColor('#f7931e')
],
components: [row]
Expand All @@ -55,7 +55,7 @@ module.exports = {
embeds: [
new EmbedBuilder()
.setTitle('Music Commands')
.setDescription('Here are the music commands:\n- `!play`\n- `!skip`\n- `!stop`\n- `!queue`\n- `!loop`\n- `!pause`\n- `!resume`\n- `!remove`\n- `!shuffle`\n- `!seek`\n- `!clear`')
.setDescription('Here are the music commands:\n- `-play`\n- `-skip`\n- `-stop`\n- `-queue`\n- `-loop`\n- `-pause`\n- `-resume`\n- `-remove`\n- `-shuffle`\n- `-seek`\n- `-clear`')
.setColor('#5865F2')
],
components: [row]
Expand All @@ -65,7 +65,7 @@ module.exports = {
embeds: [
new EmbedBuilder()
.setTitle('Fun Commands')
.setDescription('Here are the fun commands:\n- `!fasttype`\n- `!wordle`\n- `!rps`')
.setDescription('Here are the fun commands:\n- `-fasttype`\n- `-wordle`\n- `-rps`\n- `-vtuberguess`\n- `-animeguess`\n- `-characterguess`')
.setColor('#ffe100')
],
components: [row]
Expand Down

0 comments on commit e9f8375

Please sign in to comment.