diff options
Diffstat (limited to 'bot.py')
-rw-r--r-- | bot.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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, ) |