-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.env
More file actions
31 lines (23 loc) · 875 Bytes
/
default.env
File metadata and controls
31 lines (23 loc) · 875 Bytes
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
# Description: Default environment variables for the bot
# Bot token from the discord developer portal
BOT_TOKEN=
# Default prefix for the bot commands
BOT_DEFAULT_COMMAND_PREFIX=!
# Database connection string, psql
DB_CONNECTION_STRING=
# Bot Info
BOT_NAME=Morpheus
GITHUB_REPO_URL=https://github.com/vycdev/Morpheus
BOT_INVITE_URL=https://discord.com/oauth2/authorize?client_id=927533069211172885&scope=bot%20applications.commands&permissions=268823616
BOT_SUPPORT_SERVER_URL=https://discord.gg/Ce85pqgbEE
OWNER_ID=270972671490129921
WEBSITE=https://github.com/vycdev
# Other
CUSTOM_JOIN_EMOTE_ID=
CUSTOM_LEAVE_EMOTE_ID=
# Quotes
QUOTE_APPROVAL_EXPIRY_DAYS=5
# Activity similarity window (minutes) for anti-spam similarity checks
ACTIVITY_SIMILARITY_WINDOW_MINUTES=10
# Max days allowed in activity graphs and leaderboards windows
ACTIVITY_GRAPHS_MAX_DAYS=90