From 1c70d0b1fa8c9d0c5011b3052f6f431a2d036d98 Mon Sep 17 00:00:00 2001 From: DreamerXd <93571595+DREAMER15944@users.noreply.github.com> Date: Thu, 15 Feb 2024 08:11:17 +0530 Subject: [PATCH] Update bot.py --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()