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);