Update falcon.py
Browse files
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?
|