aboutsummaryrefslogtreecommitdiff
path: root/bot.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot.py')
-rw-r--r--bot.py1
1 files changed, 0 insertions, 1 deletions
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,
)