Skip to content

Commit

Permalink
Update command prefix to ">> "
Browse files Browse the repository at this point in the history
  • Loading branch information
Zingzy committed Sep 29, 2024
1 parent 7a4a80a commit 89ce52e
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 @@ -19,7 +19,7 @@
class zippyBot(commands.Bot):
def __init__(self):
super().__init__(
command_prefix="$", intents=discord.Intents.all(), help_command=None
command_prefix=">> ", intents=discord.Intents.all(), help_command=None
)
self.synced = False

Expand Down

0 comments on commit 89ce52e

Please sign in to comment.