From 49516e1e814425598b40d8424f331db44bf4acc3 Mon Sep 17 00:00:00 2001 From: Elouan Grimm Date: Mon, 28 Oct 2024 13:11:12 +0200 Subject: [PATCH] test 2 --- bot.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bot.py b/bot.py index dde7d98..2ee84df 100644 --- a/bot.py +++ b/bot.py @@ -31,8 +31,7 @@ def load_pfp(): @bot.event async def on_ready(): - activity = discord.Activity( - type=discord.ActivityType.watching, + activity = discord.Streaming( name=rich_presence, url=extension_url )