mirror of
https://github.com/cloudmaker97/Discord-Captcha-Verification.git
synced 2025-12-06 01:48:34 +00:00
Debugging for interactions
This commit is contained in:
parent
01c661eeb6
commit
197b2c4515
1 changed files with 1 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue