Published
- 1 min read
discord bot status javascript
The solution for this is noted below
discord bot status javascript
Solution
//in your main bot file
client.on('ready', () => {
client.user.setActivity({
name: 'A Game',
type: 'PLAYING'
})
})
Try other methods by searching on the site. That is if this doesn’t work