lunarflu HF Staff commited on
Commit
36d0f40
·
1 Parent(s): c674706

Update falcon.py

Browse files
Files changed (1) hide show
  1. falcon.py +1 -1
falcon.py CHANGED
@@ -74,7 +74,7 @@ async def try_falcon(interaction, prompt):
74
  #await thread.send(f"{e} cc <@811235357663297546> (falconprivate error)")
75
  #-------------------------------------------------------------------------------------------------------------------------------------
76
  async def continue_falcon(message):
77
- try
78
  if not message.author.bot:
79
  global falcon_userid_threadid_dictionary # tracks userid-thread existence
80
  if message.channel.id in falcon_userid_threadid_dictionary: # is this a valid thread?
 
74
  #await thread.send(f"{e} cc <@811235357663297546> (falconprivate error)")
75
  #-------------------------------------------------------------------------------------------------------------------------------------
76
  async def continue_falcon(message):
77
+ try:
78
  if not message.author.bot:
79
  global falcon_userid_threadid_dictionary # tracks userid-thread existence
80
  if message.channel.id in falcon_userid_threadid_dictionary: # is this a valid thread?