[falcon.py] moving await message.remove_reaction('π', client.user) # test=π hf=π to main
Browse files
falcon.py
CHANGED
@@ -101,9 +101,9 @@ async def continue_falcon(message):
|
|
101 |
threadid_conversation[message.channel.id] = full_generation # overwrite the old file
|
102 |
falcon_userid_threadid_dictionary[message.channel.id] = message.author.id
|
103 |
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
|
108 |
except Exception as e:
|
109 |
print(f"Error: {e}")
|
|
|
101 |
threadid_conversation[message.channel.id] = full_generation # overwrite the old file
|
102 |
falcon_userid_threadid_dictionary[message.channel.id] = message.author.id
|
103 |
|
104 |
+
print(output_text)
|
105 |
+
await message.reply(f"{output_text}")
|
106 |
+
|
107 |
|
108 |
except Exception as e:
|
109 |
print(f"Error: {e}")
|