feature: Add streamalerts cog.

This commit is contained in:
2024-08-18 21:51:38 +10:00
parent 019c80e1c5
commit 7e6dcb006f
8 changed files with 1408 additions and 1 deletions

View File

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