mirror of
https://github.com/Paillat-dev/Botator.git
synced 2026-01-02 01:06:19 +00:00
🐛 fix(ChatProcess.py): remove unnecessary whitespace to improve code readability
This commit is contained in:
@@ -134,7 +134,7 @@ class Chat:
|
|||||||
await msg.add_reaction("🤬")
|
await msg.add_reaction("🤬")
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
async def createThePrompt(self):
|
async def createThePrompt(self):
|
||||||
self.prompt = createPrompt(
|
self.prompt = createPrompt(
|
||||||
messages=self.context,
|
messages=self.context,
|
||||||
|
|||||||
Reference in New Issue
Block a user