๐ [CHANGE-REQUEST] - Change Activities to custom status
Closed this issue ยท 0 comments
Mittelblut9 commented
Summary
In the latest Discord.js Version, you can now set a status instead of "Playing ..."
Basic Example
client.user.setActivity({ name: 'Custom Status', state: 'hello world', type: ActivityType.Custom })
Drawbacks
More strings visible and no "Playing..." anymore
Unresolved questions
No response