-
Notifications
You must be signed in to change notification settings - Fork 34
/
.env
29 lines (22 loc) · 912 Bytes
/
.env
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
COMMAND_PREFIX = "~"
OWNERID = "114848659891290118"
OWNERNAME = "TundraBuddy"
OWNERTAG = "#4650"
BOT_ID = "770792108038422529"
BOT_SECRET = ""
DISCORDTOKEN = ""
MONGOOSE_PROTOCOL = "mongodb+srv"
MONGOOSE_URL = ""
MONGOOSE_USERNAME = ""
MONGOOSE_PASSWORD = ""
MONGOOSE_DB = ""
DASHBOARD_URL = "https://tundrabot.xyz"
DASHBOARD_PORT = "443"
BOT_INVITE_LINK = "https://discord.com/api/oauth2/authorize?client_id=647196546492006423&permissions=1642061098103&scope=bot%20applications.commands"
SUPPORT_SERVER_INVITE_LINK = "https://discord.gg/YFgbrfB"
SUPPORT_SERVER_ID = "757166956926205974"
SUPPORT_SERVER_JOIN_CHANNEL_ID = "866053965925449799"
SUPPORT_SERVER_LEAVE_CHANNEL_ID = "866054011056947201"
SUPPORT_SERVER_SUGGESTIONS_CHANNEL_ID = "866049529627672606"
CERTIFICATE_PATH = "/etc/letsencrypt/live/www.tundrabot.xyz/fullchain.pem"
PRIVATE_KEY_PATH = "/etc/letsencrypt/live/www.tundrabot.xyz/privkey.pem"