Listeners and Handlers not registering interactions/events

Hey! After the latest release my bot is not responding to any interactions or events. Slash commands, buttons, modals, everything stopped working. I already made the necessary changes to my files
Solution:
This really is just a duplicate of #Deployment failing, we haven't fully finished rolling out all updates yet. Afterwards please start anew.
Jump to solution
11 Replies
yibuh
yibuh•7mo ago
No description
yibuh
yibuh•7mo ago
My project was setup using the Sapphire CLI's starter template
Solution
Favna
Favna•7mo ago
This really is just a duplicate of #Deployment failing, we haven't fully finished rolling out all updates yet. Afterwards please start anew.
yibuh
yibuh•7mo ago
Oh! My bad then, thought updates were already finished. I'll do that, thanks 🙂
Favna
Favna•7mo ago
Now it should be good @Lautaro Segura
yibuh
yibuh•7mo ago
Updating dependencies and redeploying, I'll let you know if it works 🙂 Still not working after updates, maybe I'm doing something wrong?
Favna
Favna•7mo ago
let me investigate
yibuh
yibuh•7mo ago
Sure, I'll leave my dependencies versions here, in case it's useful:
"@sapphire/decorators": "^6.0.2",
"@sapphire/discord.js-utilities": "^7.1.2",
"@sapphire/framework": "^4.8.1",
"@sapphire/plugin-logger": "^3.0.7",
"@sapphire/plugin-subcommands": "^5.1.0",
"@sapphire/time-utilities": "^1.7.10",
"@sapphire/utilities": "^3.13.0",
"@sapphire/cli": "^1.8.0",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.0",
"@sapphire/decorators": "^6.0.2",
"@sapphire/discord.js-utilities": "^7.1.2",
"@sapphire/framework": "^4.8.1",
"@sapphire/plugin-logger": "^3.0.7",
"@sapphire/plugin-subcommands": "^5.1.0",
"@sapphire/time-utilities": "^1.7.10",
"@sapphire/utilities": "^3.13.0",
"@sapphire/cli": "^1.8.0",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.0",
kyra
kyra•7mo ago
Nice catch, I opened #690, it seems I didn't update one of the names, so CoreReady was getting overwritten by another listener, thankfully that should be the only one, I double checked again. 😅 @sapphire/framework@4.8.2 released now, this issue should be fixed it @Lautaro Segura
yibuh
yibuh•7mo ago
I'll redeploy and let you know 🙂 Thanks for the quick fix! Everything's working now!
Favna
Favna•7mo ago
awesome 😄 thanks for reporting btw. When you did you had me go full crisis mode and analyze it too