diff --git a/index.js b/index.js index 2d4d9dc..8db0e8f 100644 --- a/index.js +++ b/index.js @@ -148,6 +148,8 @@ setCooldown = (user, type, cooldown) => { }); } +var slotResults = {}; + client.on("interactionCreate", async interaction => { if (!interaction.isCommand()) return; switch (interaction.commandName) {