A
This commit is contained in:
parent
2d7d29195a
commit
42f8c4e385
2
index.js
2
index.js
|
@ -148,6 +148,8 @@ setCooldown = (user, type, cooldown) => {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var slotResults = {};
|
||||||
|
|
||||||
client.on("interactionCreate", async interaction => {
|
client.on("interactionCreate", async interaction => {
|
||||||
if (!interaction.isCommand()) return;
|
if (!interaction.isCommand()) return;
|
||||||
switch (interaction.commandName) {
|
switch (interaction.commandName) {
|
||||||
|
|
Loading…
Reference in a new issue