This commit is contained in:
Christopher Cookman 2023-08-19 09:48:37 -06:00
parent 2d7d29195a
commit 42f8c4e385
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -148,6 +148,8 @@ setCooldown = (user, type, cooldown) => {
});
}
var slotResults = {};
client.on("interactionCreate", async interaction => {
if (!interaction.isCommand()) return;
switch (interaction.commandName) {