aboutsummaryrefslogtreecommitdiff
path: root/commands/help.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-03-28 14:25:23 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-03-28 14:25:23 -0400
commit884e1acf7d3982e66f28dc2cd68e74325f704c6c (patch)
tree8c3e97a7a84b4bf72dc25618376216341fcec6fd /commands/help.js
parent5ae481c84ea8edfd9e5589b331f32f453e6e5431 (diff)
downloadDLAP-884e1acf7d3982e66f28dc2cd68e74325f704c6c.tar.gz
DLAP-884e1acf7d3982e66f28dc2cd68e74325f704c6c.tar.bz2
DLAP-884e1acf7d3982e66f28dc2cd68e74325f704c6c.zip
Added more buttons to control command
Diffstat (limited to 'commands/help.js')
-rw-r--r--commands/help.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/help.js b/commands/help.js
index f56715c..76bd29b 100644
--- a/commands/help.js
+++ b/commands/help.js
@@ -30,7 +30,7 @@ export default {
async execute(interaction, bot) {
const helpEmbed = new MessageEmbed()
.setAuthor({name:`${bot.user.username} Help`, iconURL:bot.user.avatarURL()})
- .setDescription(`Currently playing \`${audio}\`.`)
+ .setDescription(`Currently playing \`${audio}\``)
.addField('Public Commands', `/help\n/ping\n/about\n`, true)
.addField('Bot Owner Only', `/join\n/control\n/stop\n`, true)
.setFooter({text:'© Copyright 2020-2022 Andrew Lee. Licensed with GPL-3.0.'})