From 4226ce86c8b0cecff49b401e1f14dcbad559818c Mon Sep 17 00:00:00 2001 From: crate Date: Tue, 3 Jun 2025 20:41:49 -0500 Subject: [PATCH] fix GarfbotRespond instance --- garfmain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/garfmain.py b/garfmain.py index 4df5b85..63efe58 100644 --- a/garfmain.py +++ b/garfmain.py @@ -23,7 +23,7 @@ intents.messages = True intents.message_content = True garfbot = discord.Client(intents=intents) -garf_respond = GarfbotRespond +garf_respond = GarfbotRespond() @garfbot.event async def on_ready():