remove activity
This commit is contained in:
parent
330636bcc0
commit
75febd6cb2
1
bot.py
1
bot.py
@ -11,7 +11,6 @@ class MyBot(commands.Bot):
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__(
|
super().__init__(
|
||||||
command_prefix="***",
|
command_prefix="***",
|
||||||
activity=discord.Game(name="music!"),
|
|
||||||
intents=discord.Intents.default(),
|
intents=discord.Intents.default(),
|
||||||
tree_cls=Tree,
|
tree_cls=Tree,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user