ZumitoTeam / zumito-framework

Framework for creating a bot for discord
https://framework.zumito.dev
7 stars 1 forks source link

fix: bot rich presence not working #46

Closed fernandomema closed 1 month ago

fernandomema commented 1 month ago

Whats not working: The bot doesn't show a status on discord. What's the problem: Seems like in recent changes, execution ordes has changed and the Discord client is alredy initialized when the ready event listener is runned. What's the solution: Checked if the client is alredy ready before listen the event.

github-actions[bot] commented 1 month ago

Beta tag version created: v1.1.72-dev-9284983058.0. You can install it with:

npm install zumito-framework@v1.1.72-dev-9284983058.0
WilliamAcosta1 commented 1 month ago

Everything working without p