From 7390b68204b7c5a06e0ad5b348a9b63f4dbf16bb Mon Sep 17 00:00:00 2001 From: crate Date: Wed, 2 Oct 2024 02:25:45 +0000 Subject: [PATCH] forgot a colon like an idiot --- garfbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/garfbot.py b/garfbot.py index dda7c10..7f52a50 100644 --- a/garfbot.py +++ b/garfbot.py @@ -418,7 +418,7 @@ async def on_error(event, *args, **kwargs): # Run GarfBot! -async def garfbot_connect() +async def garfbot_connect(): while True: try: garfbot.start(garfkey)