diff --git a/modules/discord/index.js b/modules/discord/index.js index 58e9023..eb34dfc 100644 --- a/modules/discord/index.js +++ b/modules/discord/index.js @@ -4,6 +4,7 @@ const event = require('../events/index').eventBus; const client = new Client({ intents: [GatewayIntentBits.Guilds] }); client.on('interactionCreate', async interaction => { + console.log(interaction); if(interaction.isButton()) { console.log(interaction) let verificationObject = {