Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading