From 308aa1d46e81a6d9bd0555b2ceb12aed20bfcde6 Mon Sep 17 00:00:00 2001 From: Conatum Date: Sun, 1 Oct 2023 01:55:45 +0300 Subject: [PATCH] fix(core): Obscure message prefix. --- src/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bot.py b/src/bot.py index 49dceb11..d643fa73 100644 --- a/src/bot.py +++ b/src/bot.py @@ -70,7 +70,7 @@ async def main(): async with aiohttp.ClientSession() as session: async with LionBot( - command_prefix=commands.when_mentioned, + command_prefix='!leo!', intents=intents, appname=appname, shardname=shardname,