fix(core): Obscure message prefix.

This commit is contained in:
2023-10-01 01:55:45 +03:00
parent 898738afe0
commit 308aa1d46e

View File

@@ -70,7 +70,7 @@ async def main():
async with aiohttp.ClientSession() as session: async with aiohttp.ClientSession() as session:
async with LionBot( async with LionBot(
command_prefix=commands.when_mentioned, command_prefix='!leo!',
intents=intents, intents=intents,
appname=appname, appname=appname,
shardname=shardname, shardname=shardname,