mirror of
https://github.com/Paillat-dev/Botator.git
synced 2026-01-02 09:16:19 +00:00
Update code.py
This commit is contained in:
@@ -44,3 +44,7 @@ with open("./key.txt") as f:
|
|||||||
key = f.read()
|
key = f.read()
|
||||||
|
|
||||||
bot.run(key)
|
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")
|
||||||
|
|||||||
Reference in New Issue
Block a user