From 626cef85162b08c1808d8f88b5b245060ff0dd54 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 10 Jul 2022 01:05:59 -0400 Subject: Added another eslint rule --- commands/join.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/join.js') diff --git a/commands/join.js b/commands/join.js index b309f97..02c50a4 100644 --- a/commands/join.js +++ b/commands/join.js @@ -28,7 +28,7 @@ export default { .setName('join') .setDescription('Joins voice chat') .setDefaultMemberPermissions(PermissionFlagsBits.Administrator), - async execute (interaction, bot) { + async execute(interaction, bot) { await interaction.reply({ content: 'Joining voice channel', ephemeral: true }); return await voiceInit(bot); } -- cgit v1.2.3