lunarflu HF staff commited on
Commit
e863522
·
verified ·
1 Parent(s): 23546aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ async def on_message(message):
83
  print("3")
84
  slack_thread_ts = thread_mapping[discord_thread_id]
85
  # post to slack only if thread already exists
86
- post_to_slack_forum_version(SLACK_CHANNEL_ID, message.content, thread_ts=slack_thread_ts)
87
 
88
 
89
  @bot.event
 
83
  print("3")
84
  slack_thread_ts = thread_mapping[discord_thread_id]
85
  # post to slack only if thread already exists
86
+ post_to_slack_forum_version(SLACK_CHANNEL_ID, message.content, thread.owner, thread_ts=slack_thread_ts)
87
 
88
 
89
  @bot.event