From bb3e9cac3924343a024dc119747b59ebc9f3d065 Mon Sep 17 00:00:00 2001 From: Dotwood Media <55753961+DotwoodMedia@users.noreply.github.com> Date: Tue, 17 Jan 2023 14:41:13 +0100 Subject: [PATCH] Removed ' --- src/commands/setup/logs.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/commands/setup/logs.js b/src/commands/setup/logs.js index fdbbf42..205bdfa 100644 --- a/src/commands/setup/logs.js +++ b/src/commands/setup/logs.js @@ -9,9 +9,9 @@ module.exports = async (client, interaction, args) => { const channel = interaction.options.getChannel('channel'); const choices = { - 'serverLogs' : logs, - 'levelLogs' : levelLogs, - 'boostLogs' : boostLogs + serverLogs : logs, + levelLogs : levelLogs, + boostLogs : boostLogs }; client.createChannelSetup(choices[choice], channel, interaction);