diff --git a/bot.py b/bot.py index d7bf8f1..6eea8ef 100644 --- a/bot.py +++ b/bot.py @@ -11,7 +11,7 @@ load_dotenv() # Using the bot's ID in a mention as prefix -bot = Bot(command_prefix="<@1102283936429785168> ", intents=discord.Intents.all(), help_command=None) +bot = Bot(command_prefix="r!", intents=discord.Intents.all(), help_command=None) bot.__version__ = "1.2.0" mc = MemberConverter()