remove activity

This commit is contained in:
Parker M. 2025-04-03 22:20:39 -05:00
parent 330636bcc0
commit 75febd6cb2
Signed by: parker
GPG Key ID: 505ED36FC12B5D5E

1
bot.py
View File

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