vylbot-app/.env.template

32 lines
724 B
Plaintext
Raw Normal View History

2021-11-28 14:24:37 +00:00
# Security Warning! Do not commit this file to any VCS!
# This is a local file to speed up development process,
# so you don't have to change your environment variables.
#
# This is not applied to `.env.template`!
# Template files must be committed to the VCS, but must not contain
# any secret values.
BOT_TOKEN=
BOT_PREFIX=v!
BOT_VER=3.0
BOT_AUTHOR=Vylpes
BOT_DATE=28 Nov 2021
CORE_VER=2.0.2
2021-11-29 11:27:44 +00:00
FOLDERS_COMMANDS=src/commands
FOLDERS_EVENTS=src/events
2021-11-28 14:24:37 +00:00
COMMANDS_DISABLED=
COMMANDS_DISABLED_MESSAGE=This command is disabled.
2021-11-29 15:06:13 +00:00
COMMANDS_MUTE_ROLE=Muted
2021-11-29 11:27:44 +00:00
EMBED_COLOUR=0x3050ba
EMBED_COLOUR_ERROR=0xD52803
ROLES_MODERATOR=Moderator
CHANNELS_LOGS_MESSAGE=message-logs
CHANNELS_LOGS_MEMBER=member-logs
CHANNELS_LOGS_MOD=mod-logs