lunarflu HF staff commited on
Commit
75d2f81
1 Parent(s): af76b37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ intents = discord.Intents.all()
20
  intents.messages = True
21
  bot = commands.Bot(command_prefix='!', intents=intents)
22
 
23
- slack_client = WebClient(token=SLACK_TOKEN)
24
 
25
  @bot.event
26
  async def on_ready():
 
20
  intents.messages = True
21
  bot = commands.Bot(command_prefix='!', intents=intents)
22
 
23
+ slack_client = WebClient(token=SLACK_BOT_TOKEN)
24
 
25
  @bot.event
26
  async def on_ready():