From 95da9e096b414820da66958ec61f4637d2c8b37f Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 25 Jul 2022 15:16:11 +0300 Subject: [PATCH] Add playing status --- bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.py b/bot.py index 68ab8bd..fecceff 100644 --- a/bot.py +++ b/bot.py @@ -37,6 +37,7 @@ class MinearchyBot(commands.Bot): messages=True, message_content=True, ), + status=discord.Game("on play.landsofminearchy.com"), case_insensitive=True, allowed_mentions=discord.AllowedMentions.none(), max_messages=1000,