strip_after_prefix=True
This commit is contained in:
parent
fbfb95ef43
commit
9c833249f3
@ -6,5 +6,6 @@ class NightlyBot(commands.Bot):
|
||||
def __init__(self) -> None:
|
||||
super().__init__(
|
||||
command_prefix="🌟",
|
||||
strip_after_prefix=True,
|
||||
intents=discord.Intents(message_content=True, guild_messages=True, guild_reactions=True, guilds=True),
|
||||
)
|
||||
|
@ -102,6 +102,7 @@ class StarBot(commands.Bot):
|
||||
def __init__(self, state: StarState) -> None:
|
||||
super().__init__(
|
||||
command_prefix="⭐",
|
||||
strip_after_prefix=True,
|
||||
intents=discord.Intents(message_content=True, guild_messages=True, guild_reactions=True, guilds=True),
|
||||
)
|
||||
self.starstate: StarState = state
|
||||
|
Loading…
Reference in New Issue
Block a user