From a8ec9fe1b8e25af4e1faa6548ee74bfa0643831f Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 5 Jul 2022 18:16:06 -0400 Subject: The start of scrapping the control panel feature --- commands/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/help.js') 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 -- cgit v1.2.3