Button handler is not calling parse method
I have a button, it was working but it stopped for some reason on @sapphire/[email protected]
Code
This never logs anything
4 Replies
It's in interaction-handlers/buttons folder
@cosigyn, in your main file, before you login, import
Store
from @sapphire/framework
, then add the line Store.logger = console.log
. Then, check the logs to make sure the interaction handler is loading correctly.Would this be the issue.. https://ss.clanware.org/m9tgBN.png
I have a modal and button handler with the same name
yep