mirror of
https://github.com/System-End/Discord-Bot.git
synced 2026-04-19 16:28:26 +00:00
Removed '
This commit is contained in:
parent
6fc4e18bec
commit
bb3e9cac39
1 changed files with 3 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue