fix GarfbotRespond instance
All checks were successful
Garfbot CI/CD Deployment / Deploy (push) Successful in 14s
All checks were successful
Garfbot CI/CD Deployment / Deploy (push) Successful in 14s
This commit is contained in:
parent
b4ca6b778d
commit
4226ce86c8
@ -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():
|
||||
|
Loading…
x
Reference in New Issue
Block a user