KrishnaDas

Make Your Discord.py Rewrite Bot Look Like It is Streaming

Apr 26th, 2020
1,350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.34 KB | None | 0 0
  1. #Do this if you want to make your discord.py rewrite bot to look like it is streaming. Replace "https://www.twitch.tv #/krishnadaslivestreams" with your own twitch. Paste this into the "on_ready" section of your program.
  2. await bot.change_presence(activity = discord.Streaming(name = "Minecraft", url = "https://www.twitch.tv/krishnadaslivestreams"))
Add Comment
Please, Sign In to add comment