Compare commits
2 Commits
c7c0d9faab
...
6d9bea9a6f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6d9bea9a6f | ||
|
|
e271f4b2df |
@@ -117,6 +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