aboutsummaryrefslogtreecommitdiff
path: root/commands/help.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-07-05 18:16:06 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-07-05 18:16:06 -0400
commita8ec9fe1b8e25af4e1faa6548ee74bfa0643831f (patch)
tree70960f5366f1a8542cb58b1e5a181ae4a4d306f7 /commands/help.js
parent219b64b51b0297469c7a0401767d7f533c8ac7c3 (diff)
downloadDLAP-a8ec9fe1b8e25af4e1faa6548ee74bfa0643831f.tar.gz
DLAP-a8ec9fe1b8e25af4e1faa6548ee74bfa0643831f.tar.bz2
DLAP-a8ec9fe1b8e25af4e1faa6548ee74bfa0643831f.zip
The start of scrapping the control panel feature
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 11d9d60..ec0283c 100644
--- a/commands/help.js
+++ b/commands/help.js
@@ -36,6 +36,6 @@ export default {
.setFooter({text:'© Copyright 2020-2022 Andrew Lee'})
.setColor('#0066ff')
- return await interaction.reply({ embeds: [helpEmbed]});
+ return await interaction.reply({ embeds: [helpEmbed] });
},
}; \ No newline at end of file