Skip to content

Commit

Permalink
main: add command prefix to avoid obscure error
Browse files Browse the repository at this point in the history
  • Loading branch information
0vf committed Jul 10, 2024
1 parent 3313618 commit de90356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def __init__(self) -> None:
super().__init__(
intents=intents,
max_messages=5000,
command_prefix=None,
command_prefix="Vinny",
allowed_mentions=allowed_mentions,
activity=discord.Activity(type=discord.ActivityType.listening, name="your every move")
)
Expand Down

0 comments on commit de90356

Please sign in to comment.