lunarflu HF staff commited on
Commit
21c7d26
·
verified ·
1 Parent(s): b80bf81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ bot = commands.Bot(command_prefix='!', intents=intents)
44
  slack_client = WebClient(token=SLACK_BOT_TOKEN)
45
 
46
  thread_mapping = {}
47
- FORUM_CHANNEL_ID = 123456789012345678
48
 
49
  @bot.event
50
  async def on_ready():
 
44
  slack_client = WebClient(token=SLACK_BOT_TOKEN)
45
 
46
  thread_mapping = {}
47
+ FORUM_CHANNEL_ID = 1259415803879751700
48
 
49
  @bot.event
50
  async def on_ready():