aboutsummaryrefslogtreecommitdiff
path: root/commands/help.js
diff options
context:
space:
mode:
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