mirror of
https://github.com/ION606/selmerBot.git
synced 2026-05-14 21:26:54 +00:00
Added the 'poll' and 'code/repo' commands, as well as added single/multiplayer functionality to 'Minesweeper'
This commit is contained in:
@@ -88,6 +88,9 @@ async function handle_interaction(interaction, mongouri, turnManager, bot, STATE
|
||||
tuto.postEmbd(bot, interaction, page, true);
|
||||
} else if (interaction.customId.indexOf("mswpr|") != -1) {
|
||||
mswpr.handle(bot, interaction, interaction.channel, interaction.message, null, xp_collection);
|
||||
} else if (interaction.customId.indexOf("sbtutorial") != -1) {
|
||||
interaction.deferUpdate();
|
||||
tuto.execute(interaction.message, null, null, null, bot);
|
||||
} //Button else ifs here
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user