diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-03-28 17:42:57 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-03-28 17:42:57 -0400 |
| commit | 0f5a1a252964861e149a0d784a90f0ad74aa09cb (patch) | |
| tree | e97d965337b3744290b0d05f5313425a53a92f62 /commands/help.js | |
| parent | 95870931e77a26a8d50ff3630bf387c923e61a2d (diff) | |
| download | DLAP-0f5a1a252964861e149a0d784a90f0ad74aa09cb.tar.gz DLAP-0f5a1a252964861e149a0d784a90f0ad74aa09cb.tar.bz2 DLAP-0f5a1a252964861e149a0d784a90f0ad74aa09cb.zip | |
Merged the join command
Diffstat (limited to 'commands/help.js')
| -rw-r--r-- | commands/help.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/help.js b/commands/help.js index 76bd29b..ec79628 100644 --- a/commands/help.js +++ b/commands/help.js @@ -26,7 +26,7 @@ import { audio } from '../AudioBackend.js' export default { data: new SlashCommandBuilder() .setName('help') - .setDescription('Lists the commands'), + .setDescription('Displays commands.'), async execute(interaction, bot) { const helpEmbed = new MessageEmbed() .setAuthor({name:`${bot.user.username} Help`, iconURL:bot.user.avatarURL()}) |
