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, )