From bc01febc16245d1ffd73b6e82b9453db01028bd4 Mon Sep 17 00:00:00 2001 From: Aaron Crate Date: Sun, 19 Nov 2023 22:22:35 +0000 Subject: [PATCH] small changes --- garfbot.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/garfbot.py b/garfbot.py index 696fa22..70953a1 100644 --- a/garfbot.py +++ b/garfbot.py @@ -27,11 +27,11 @@ intents.messages = True intents.message_content = True client = discord.Client(intents=intents) + @client.event async def on_ready(): - asyncio.create_task(process_image_requests()) # Important - print(f"Logged in as {client.user.name} running gpt-3.5-turbo.", flush=True) - + asyncio.create_task(process_image_requests()) # Important! + print(f"Logged in as {client.user.name} running {txtmodel} {imgmodel}.", flush=True) # Json Handling