lunarflu HF staff commited on
Commit
a583920
·
verified ·
1 Parent(s): a0cb627

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -11,15 +11,15 @@ SLACK_TOKEN = os.getenv('SIGNING_SECRET')
11
  SLACK_CHANNEL_ID = os.getenv('CHANNEL_ID')
12
 
13
  TRIGGERS = {
14
- "urgent": "<@U061W3NRFFA>",
15
- "help": "<@U061W3NRFFA>",
 
16
  }
17
 
18
  intents = discord.Intents.all()
19
  intents.messages = True
20
  bot = commands.Bot(command_prefix='!', intents=intents)
21
 
22
- # Set up the Slack client
23
  slack_client = WebClient(token=SLACK_TOKEN)
24
 
25
  @bot.event
 
11
  SLACK_CHANNEL_ID = os.getenv('CHANNEL_ID')
12
 
13
  TRIGGERS = {
14
+ "discord bot": "<@U061W3NRFFA>",
15
+ "setfit": "tom aarsen",
16
+ "cv": "merve",
17
  }
18
 
19
  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