1 |
# A random token for dashboard API |
2 |
# Do not leave this empty even if you are not using the API |
3 |
APITOKEN= |
4 |
|
5 |
# Cat API token |
6 |
# https://thecatapi.com |
7 |
CAT_API_TOKEN= |
8 |
|
9 |
# Dog API token |
10 |
# https://thedogapi.com |
11 |
DOG_API_TOKEN= |
12 |
|
13 |
# Your application's client ID |
14 |
CLIENT_ID= |
15 |
|
16 |
# Home Guild ID for the bot |
17 |
GUILD_ID= |
18 |
|
19 |
# Pixabay API token |
20 |
# https://pixabay.com |
21 |
PIXABAY_TOKEN= |
22 |
|
23 |
# JWT Secret |
24 |
JWT_SECRET= |
25 |
|
26 |
# MongoDB Connection String |
27 |
MONGO_URI= |
28 |
|
29 |
# Bot token |
30 |
TOKEN= |
31 |
|
32 |
# Debug webhook URL |
33 |
DEBUG_WEKHOOK_URL= |
34 |
|
35 |
# These are the tokens for the dashboard API auth |
36 |
# Users having these tokens will be able to read and |
37 |
# change the config for the given guild. |
38 |
# |
39 |
# These are named like "TOKEN_[GUILD_ID]" and the value |
40 |
# is the token. |
41 |
|
42 |
# TOKEN_1234567890123456789=abcdefghij |