aboutsummaryrefslogtreecommitdiff
path: root/commands/shutdown.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/shutdown.js')
-rw-r--r--commands/shutdown.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/shutdown.js b/commands/shutdown.js
index 6e3c52b..196b289 100644
--- a/commands/shutdown.js
+++ b/commands/shutdown.js
@@ -28,7 +28,7 @@ export default {
.setName('shutdown')
.setDescription('Powers off the bot')
.setDefaultMemberPermissions(PermissionFlagsBits.Administrator),
- async execute (interaction, bot) {
+ async execute(interaction, bot) {
await interaction.reply({ content: 'Powering off...', ephemeral: true });
return await stopBot(bot, interaction);
}