Closed Doxylamin closed 7 years ago
Since Discord is implementing new activity types (WATCHING, LISTENING) as referred here: hydrabolt/discord.js/src/util/Constants.js#L356
To test: eval bot.user.setPresence({game:{name:"something",type:3}});
eval bot.user.setPresence({game:{name:"something",type:3}});
ActivityTypes are:
Also, make sure to hit that Format Document keybind before re-committing ;)
Since Discord is implementing new activity types (WATCHING, LISTENING) as referred here: hydrabolt/discord.js/src/util/Constants.js#L356
To test:
eval bot.user.setPresence({game:{name:"something",type:3}});
ActivityTypes are: