Update code.py

This commit is contained in:
Paillat
2022-12-13 21:31:55 +01:00
committed by GitHub
parent aec4cf8100
commit a7c36267cd

View File

@@ -44,3 +44,7 @@ with open("./key.txt") as f:
key = f.read()
bot.run(key)
@bot.event
async def on_ready():
await bot.change_presence(activity=discord.Activity(type=discord.ActivityType.watching, name="your messages to answer you"))
debug("Bot is ready")