lunarflu HF staff commited on
Commit
c4bbe7e
1 Parent(s): 51315e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ async def on_message(message):
116
  # post to slack only if thread already exists
117
  post_to_slack_forum_version(message, SLACK_CHANNEL_ID, message.content, message.author, thread_ts=slack_thread_ts)
118
 
119
- if message.channel.id == GENERAL_CHANNEL_ID:
120
  post_to_slack_general(message, SLACK_CHANNEL_ID)
121
 
122
  await bot.process_commands(message)
 
116
  # post to slack only if thread already exists
117
  post_to_slack_forum_version(message, SLACK_CHANNEL_ID, message.content, message.author, thread_ts=slack_thread_ts)
118
 
119
+ if message.channel.id == GIVE_HF_FEEDBACK_CHANNEL_ID:
120
  post_to_slack_general(message, SLACK_CHANNEL_ID)
121
 
122
  await bot.process_commands(message)