lunarflu HF Staff commited on
Commit
7fd36a0
Β·
1 Parent(s): 36d0f40

[falcon.py] moving await message.remove_reaction('πŸ”', client.user) # test=πŸ” hf=πŸ” to main

Browse files
Files changed (1) hide show
  1. falcon.py +3 -3
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
- print(output_text)
105
- await message.reply(f"{output_text}")
106
- await message.remove_reaction('πŸ”', client.user) # test=πŸ” hf=πŸ”
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}")