forked from AzuraCast/Azuri
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathazuri.sample.env
27 lines (20 loc) · 941 Bytes
/
azuri.sample.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
# Enter your Discord bot token.
# Generate one here: https://discord.com/developers/applications
BOT_TOKEN=
# The default prefix for bot commands if one isn't set for a server.
DEFAULT_PREFIX=~
# Uncomment this and provide a path to log errors to file instead of to console/stdout.
# LOG_PATH=
# Status message of the bot
# {prefix} will be replaced with the default prefix set above
STATUS_MESSAGE="AzuraCast!"
# Status type - THIS WILL OVERRIDE ACTIVITY
# Options are here: https://discord.js.org/#/docs/main/stable/typedef/PresenceStatusData
#STATUS_TYPE=online
# Activty type
# Shown along with STATUS_MESSAGE, options are PLAYING, LISTENING, WATCHING, STREAMING
ACTIVITY_TYPE=WATCHING
# Leave permissions
# Option to give everyone permission to use the leave command, options are true or false
# True will give everyone permissions False will only give server admins the permissions to use the leave command
EVERYONE_LEAVE=false