FIX: Broken Main.py by mistake.

This commit is contained in:
Dan 2024-06-19 09:45:57 -04:00
parent 8616a01469
commit d82d1e0729

View File

@ -19,7 +19,7 @@ intents.members = True
class Ariella(commands.Bot):
def __init__(self):
super().__init__(intents=intents)
super().__init__(command_prefix='!', intents=intents)
async def setup_hook(self):
await self.load_extension('commands')