Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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 =
|
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():
|