How do I add a status to my discord bot that I've coded in python?
You should do the following:
async def on_ready(): activity = discord.Game(name="Netflix", type=3) await bot.change_presence(status=discord.Status.idle, activity=activity) print("Bot is ready!")
I hope this helps!
@JBYT27 It keeps saying bot is not defined. How should I go about definning it
hmmm, could you show repl? @NightmareTaken
@JBYT27 https://repl.it/join/bseyseah-nightmaretaken
You should do the following:
I hope this helps!
@JBYT27 It keeps saying bot is not defined. How should I go about definning it
hmmm, could you show repl? @NightmareTaken
@JBYT27 https://repl.it/join/bseyseah-nightmaretaken