fix GarfbotRespond instance
All checks were successful
Garfbot CI/CD Deployment / Deploy (push) Successful in 14s

This commit is contained in:
crate 2025-06-03 20:41:49 -05:00
parent b4ca6b778d
commit 4226ce86c8

View File

@ -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():