From 75febd6cb2ecec29b6e562bc9f39239d98d8e184 Mon Sep 17 00:00:00 2001 From: Parker Date: Thu, 3 Apr 2025 22:20:39 -0500 Subject: [PATCH] remove activity --- bot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bot.py b/bot.py index 380ace3..15b7421 100644 --- a/bot.py +++ b/bot.py @@ -11,7 +11,6 @@ class MyBot(commands.Bot): def __init__(self): super().__init__( command_prefix="***", - activity=discord.Game(name="music!"), intents=discord.Intents.default(), tree_cls=Tree, )