Removed '

This commit is contained in:
Dotwood Media 2023-01-17 14:41:13 +01:00 committed by GitHub
parent 6fc4e18bec
commit bb3e9cac39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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