Compare commits

..

2 Commits

Author SHA1 Message Date
Ashley Rosch
6d9bea9a6f updated discord.js 2021-08-19 23:55:13 -05:00
Ashley Rosch
e271f4b2df updated discord.sj 2021-08-19 23:55:02 -05:00

View File

@@ -117,6 +117,7 @@ client.on('interactionCreate', (interaction: Interaction) => {
if (interaction.isSelectMenu())
handleSelect(interaction as SelectMenuInteraction);
else if (interaction.isButton())
handleButton(interaction as ButtonInteraction);