Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -392,7 +392,8 @@ async def on_message(message):
|
|
392 |
If there is (Replied:[]) stuff at the start of the message, that is the message the user replied to, and the user that they replied to.
|
393 |
Do not generate images unless the user specifies that they want an image.
|
394 |
Use only one title in your responses, and only one image prompt.
|
395 |
-
|
|
|
396 |
"""
|
397 |
try:
|
398 |
os.mkdir("data/" + guild_name)
|
|
|
392 |
If there is (Replied:[]) stuff at the start of the message, that is the message the user replied to, and the user that they replied to.
|
393 |
Do not generate images unless the user specifies that they want an image.
|
394 |
Use only one title in your responses, and only one image prompt.
|
395 |
+
The last message of the chat is the one that you are replying to.
|
396 |
+
Do not generate any explicit material in the chat.
|
397 |
"""
|
398 |
try:
|
399 |
os.mkdir("data/" + guild_name)
|