Uhhhh
This commit is contained in:
parent
799412deab
commit
5c1841472a
1
index.js
1
index.js
|
@ -60,6 +60,7 @@ client.on('interactionCreate', async (interaction) => {
|
||||||
switch (interaction.commandName) {
|
switch (interaction.commandName) {
|
||||||
case "reset":
|
case "reset":
|
||||||
// Remove the session
|
// Remove the session
|
||||||
|
console.log(`${colors.cyan("[INFO]")} Resetting session for ${colors.green(interaction.channelId)} (${interaction.channel.name})}`)
|
||||||
await delete sessions[interaction.channelId];
|
await delete sessions[interaction.channelId];
|
||||||
interaction.reply(lang.reset);
|
interaction.reply(lang.reset);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue