aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2025-04-03 22:20:39 -0500
committerParker <contact@pkrm.dev>2025-04-03 22:20:39 -0500
commit75febd6cb2ecec29b6e562bc9f39239d98d8e184 (patch)
treea8fbaf6ec15704ec448a8fe51a19a99757bff056
parent330636bcc002ae222b918d16a89af89dce7f8a35 (diff)
remove activity
-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,
)