rayzrdev / SharpBot

A Discord.js selfbot written by Rayzr - 60 second installation!
https://git.io/sharpbot
MIT License
129 stars 134 forks source link

stats now shows the activity type #125

Closed Doxylamin closed 6 years ago

Doxylamin commented 6 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}});

ActivityTypes are:

  1. NONE
  2. PLAYING
  3. STREAMING
  4. LISTENING
  5. WATCHING
rayzr522 commented 6 years ago

Also, make sure to hit that Format Document keybind before re-committing ;)