custom status
This commit is contained in:
parent
2d9d30f4f7
commit
5a658a107f
1 changed files with 1 additions and 0 deletions
1
bot.py
1
bot.py
|
@ -59,6 +59,7 @@ class MikageClient(discord.Client):
|
|||
|
||||
async def on_ready(self):
|
||||
print(f"logged in as {self.user}", file=sys.stderr)
|
||||
await self.change_presence(activity=discord.Game('the dueling game, for keeps'))
|
||||
for guild in self.guilds:
|
||||
await self.initialize_elevator(guild)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue