Skip to content

Commit

Permalink
Update help.js (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
sashkent3 authored Jun 5, 2024
1 parent 4514f26 commit eebab48
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 @@ -9,7 +9,7 @@ module.exports = {
new Discord.EmbedBuilder()
.setTitle('Commands')
.setDescription(client.commands.map(cmd => `\`${cmd.name}\``).join(', '))
.setColor('BLURPLE')
.setColor('Blurple')
]
})
}
Expand Down

0 comments on commit eebab48

Please sign in to comment.