forgot a colon like an idiot

This commit is contained in:
crate 2024-10-02 02:25:45 +00:00
parent a2da5d3ea6
commit 7390b68204

View File

@ -418,7 +418,7 @@ async def on_error(event, *args, **kwargs):
# Run GarfBot! # Run GarfBot!
async def garfbot_connect() async def garfbot_connect():
while True: while True:
try: try:
garfbot.start(garfkey) garfbot.start(garfkey)