KrishnaDas

Make Your Discord.js Bot Look Like It is Streaming

Nov 26th, 2020 (edited)
5,186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*
  2. Do this if you want to make your discord.js bot to look like it is streaming. Replace "https://www.twitch.tv/krishnadaslivestreams" with your own twitch. Paste this into the "on ready" listener of your Discord.js bot's code.
  3. */
  4. client.user.setActivity("Playing Minecraft", {
  5.     type:"STREAMING",
  6.     url: "https://www.twitch.tv/krishnadaslivestreams"
  7. });
  8.  
  9. /*
  10. ALSO, if you want to support me be sure to subscribe to my channel: https://www.youtube.com/krishnadaslessons
  11. ALSO, the original video that I made this Pastebin for is here: https://www.youtube.com/watch?v=VGuwBIrnHcU&t=6s
  12. */
Add Comment
Please, Sign In to add comment