mirror of
https://github.com/RGBCube/minearchy-bot
synced 2025-07-27 08:57:46 +00:00
Add playing status
This commit is contained in:
parent
75caf959a3
commit
95da9e096b
1 changed files with 1 additions and 0 deletions
1
bot.py
1
bot.py
|
@ -37,6 +37,7 @@ class MinearchyBot(commands.Bot):
|
||||||
messages=True,
|
messages=True,
|
||||||
message_content=True,
|
message_content=True,
|
||||||
),
|
),
|
||||||
|
status=discord.Game("on play.landsofminearchy.com"),
|
||||||
case_insensitive=True,
|
case_insensitive=True,
|
||||||
allowed_mentions=discord.AllowedMentions.none(),
|
allowed_mentions=discord.AllowedMentions.none(),
|
||||||
max_messages=1000,
|
max_messages=1000,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue