InteractionCreate file
Can I easily create a listener for
interactionCreate
? I need it for some UI Abilities, and I am not sure if it overrides something...Solution:Jump to solution
you can but you probably want to use interaction handlers
the core even that trigger interaction handlers does barely anything really https://github.com/sapphiredev/framework/blob/main/src/listeners/CoreInteractionCreate.ts#L7...
GitHub
framework/CoreInteractionCreate.ts at main · sapphiredev/framework
Discord bot framework built on top of discord.js for advanced and amazing bots. - framework/CoreInteractionCreate.ts at main · sapphiredev/framework
1 Reply
Solution
you can but you probably want to use interaction handlers
the core even that trigger interaction handlers does barely anything really https://github.com/sapphiredev/framework/blob/main/src/listeners/CoreInteractionCreate.ts#L7
GitHub
framework/CoreInteractionCreate.ts at main · sapphiredev/framework
Discord bot framework built on top of discord.js for advanced and amazing bots. - framework/CoreInteractionCreate.ts at main · sapphiredev/framework