Discord.js Streaming


SUBMITTED BY: Guest

DATE: Nov. 7, 2020, 8:26 p.m.

FORMAT: Text only

SIZE: 253 Bytes

HITS: 396

  1. bot.on('ready', () => {
  2. bot.user.setStatus('available')
  3. bot.user.setPresence({
  4. game: {
  5. name: 'with depression',
  6. type: "STREAMING",
  7. url: "https://www.twitch.tv/monstercat"
  8. }
  9. });
  10. });

comments powered by Disqus