ChilledGaming
DIAdiscord.js - Imagine an app
•Created by ChilledGaming on 10/15/2024 in #djs-questions
How to automatically set status?
As in, when I first setup discord.js, it would make my bots status "online", when the code was running, and "offline" when it wasn't. How can I return to that behavior?
(I used client.user.setStatus(PresenceUpdateStatus.Online); once, and it never went offline again).
8 replies
DIAdiscord.js - Imagine an app
•Created by ChilledGaming on 10/15/2024 in #djs-questions
How to rename a channel when bot goes offline?
Here is what I did:
I can see the 'exit' console log, but the channel isn't renamed. Any help is appreciated.
npm: 22.9.0
DJS: 14.16.3
6 replies