From 4a3cf1416e917786fbb7c22f8990ecde20cf1956 Mon Sep 17 00:00:00 2001 From: Paillat Date: Mon, 4 Sep 2023 11:01:22 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(ChatProcess.py):=20remove=20?= =?UTF-8?q?unnecessary=20whitespace=20to=20improve=20code=20readability?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ChatProcess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ChatProcess.py b/src/ChatProcess.py index d6204cc..d60b8f1 100644 --- a/src/ChatProcess.py +++ b/src/ChatProcess.py @@ -134,7 +134,7 @@ class Chat: await msg.add_reaction("🤬") except: pass - + async def createThePrompt(self): self.prompt = createPrompt( messages=self.context,