forked from DEGoodmanWilson/easy-peasy-slash-command-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bot.yml
43 lines (43 loc) · 927 Bytes
/
bot.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: Cats App for BeepBoop
description: A Cats App that makes catsing easy!!
avatar: resources/avatar.png
config:
- name: CATS_HOST
friendly_name: CATS_HOST
info: host for cats
type: secret
global: true
- name: POST_TIME_PATH
friendly_name: POST_TIME_PATH
info: path for posting time
type: secret
global: true
- name: LOGIN_PATH
friendly_name: LOGIN_PATH
info: path for login
type: secret
global: true
- name: CONSUMER_ID
friendly_name: CONSUMER_ID
info: CONSUMER_ID
type: secret
global: true
- name: CONSUMER_KEY
friendly_name: CONSUMER_KEY
info: CONSUMER_KEY
type: secret
global: true
- name: FALLBACK_ORIGIN
friendly_name: FALLBACK_ORIGIN
info: FALLBACK_ORIGIN
type: secret
global: true
- name: VERIFICATION_TOKEN
friendly_name: Verification Token
info: verification token for Slack App
type: secret
global: true
slackscopes:
- bot
- commands
- incoming-webhook