diff options
| -rw-r--r-- | bot/__main__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/__main__.py b/bot/__main__.py index a6f6dce3d..b0cdbe803 100644 --- a/bot/__main__.py +++ b/bot/__main__.py @@ -3,7 +3,7 @@ import os from discord.ext.commands import AutoShardedBot, when_mentioned_or -bot = AutoShardedBot(command_prefix=when_mentioned_or(">>>", ">>> ")) +bot = AutoShardedBot(command_prefix=when_mentioned_or(">>> ", ">>>")) # Internal/debug bot.load_extension("bot.cogs.logging") |