updated discord.js
This commit is contained in:
@@ -117,7 +117,7 @@ client.on('interactionCreate', (interaction: Interaction) => {
|
|||||||
|
|
||||||
if (interaction.isSelectMenu())
|
if (interaction.isSelectMenu())
|
||||||
handleSelect(interaction as SelectMenuInteraction);
|
handleSelect(interaction as SelectMenuInteraction);
|
||||||
|
|
||||||
else if (interaction.isButton())
|
else if (interaction.isButton())
|
||||||
handleButton(interaction as ButtonInteraction);
|
handleButton(interaction as ButtonInteraction);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user