Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6d9bea9a6f | |||
| e271f4b2df |
@@ -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