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