From d82d1e0729c9baab5700b1df446ca6e15bb15cf3 Mon Sep 17 00:00:00 2001 From: Dan Date: Wed, 19 Jun 2024 09:45:57 -0400 Subject: [PATCH] FIX: Broken Main.py by mistake. --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index f90f1a1..436dfa9 100644 --- a/main.py +++ b/main.py @@ -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')