From e8fcc75ece73ca1bc5cf0a54eed56f4fe7a9ff73 Mon Sep 17 00:00:00 2001 From: HippoProgrammer <172101796+HippoProgrammer@users.noreply.github.com> Date: Wed, 27 May 2026 20:37:09 +0100 Subject: [PATCH] Add status to bot --- src/__main__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/__main__.py b/src/__main__.py index 7491fce..0ec5b6f 100644 --- a/src/__main__.py +++ b/src/__main__.py @@ -387,6 +387,8 @@ async def _announce_queue(ctx: discord.ApplicationContext, council:int, ping_use # log when the bot starts up and has configured the database successfully @bot.event async def on_ready() -> None: + activity = discord.Game("Join the WAA Ministry today!") + await bot.change_presence(activity=activity) logger.info('Bot started, ready for interaction') # create info slash command