-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy path.env.example
54 lines (42 loc) · 1.07 KB
/
.env.example
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
# Critical required variables
## Bot login token
BOT_TOKEN=
## Bot's application ID
APPLICATION_ID=
## Show only our logs, serenity is noisy
RUST_LOG=discord_compiler_bot
## Bot Prefix
BOT_PREFIX=;
## Bot info links
INVITE_LINK=https://discord.com/oauth2/authorize?client_id=504095380166803466&permissions=379968&scope=applications.commands%20bot
DISCORDBOTS_LINK=https://discordbots.org/bot/504095380166803466
GITHUB_LINK=https://github.com/Headline/discord-compiler
STATS_LINK=http://headlinedev.xyz/discord-compiler
# Optional variables
## If the bot is unable to fetch it's own application info, having this filled in will allow
## the bot to continue
BOT_ID=
## Emojis
SUCCESS_EMOJI_NAME=
SUCCESS_EMOJI_ID=
FAIL_EMOJI_NAME=
FAIL_EMOJI_ID=
LOADING_EMOJI_NAME=
LOADING_EMOJI_ID=
LOGO_EMOJI_NAME=
LOGO_EMOJI_ID=
## Usage logging
COMPILE_LOG=
JOIN_LOG=
PANIC_LOG=
## Top.gg bot voting announcement
VOTE_CHANNEL=
DBL_TOKEN=
DBL_WEBHOOK_PORT=
DBL_WEBHOOK_PASSWORD=
## Statistics tracking API
STATS_API_LINK=
STATS_API_KEY=
## quick_link for godbolt urls
QUICK_LINK_URL=
QUICK_LINK_POST=