-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenv.example
More file actions
55 lines (46 loc) · 1.06 KB
/
env.example
File metadata and controls
55 lines (46 loc) · 1.06 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
# These can all be found in the Slack bot builder:
# Install App -> OAuth Tokens for your workspace
SLACK_BOT_ACCESS_TOKEN=<Bot User OAuth Token>
# Basic Information -> App Credentials
SLACK_CLIENT_ID=<Client ID>
SLACK_CLIENT_SECRET=<Client Secret>
SLACK_SIGNING_SECRET=<Signing Secret>
### CUSTOMIZATIONS ####
# You have a couple of options here. You can either add these
# variables in Cloudflare -> Workers -> plusbot -> Settings -> Variables
# OR
# You can add them in your wrangle.toml. Either one works.
[env.dev.vars]
FRONT_EMOJIS=""":be-kind:
:bring-the-magic:
:think-it-through:
:keep-it-simple:
:find-a-way:
:own-it:
:be-authentic:"""
BACK_EMOJIS=""":highfive:
:dancing-mage:
:bananadance:
:party_blob:
:party-blob:
:party_cat:
:partycorgi:
:dancing-dog:
:mario_luigi:
:party-doge:
:party_parrot:
:excited:
:more_cowbell:"""
KUDOS_MESSAGES="""Plusses for you
Way to go
Rock on
Keep it up
High five
Look at you go
You're doing great"""
BDAY_MESSAGES="""Let's celebrate you
It's your special day
Let's party
Happiest of birthdays
Happy level-up day
A day just for you"""