vylbot-app/.env.template

34 lines
827 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
2021-12-02 13:15:08 +00:00
BOT_OWNERID=147392775707426816
2021-11-28 14:24:37 +00:00
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-12-02 11:44:56 +00:00
COMMANDS_ROLE_ROLES=Notify,VotePings,ProjectUpdates
2021-11-29 15:06:13 +00:00
2021-12-02 14:36:24 +00:00
COMMANDS_RULES_FILE=data/rules/rules.json
2021-11-29 11:27:44 +00:00
EMBED_COLOUR=0x3050ba
EMBED_COLOUR_ERROR=0xD52803
ROLES_MODERATOR=Moderator
2021-12-02 11:44:56 +00:00
ROLES_MUTED=Muted
2021-11-29 11:27:44 +00:00
CHANNELS_LOGS_MESSAGE=message-logs
CHANNELS_LOGS_MEMBER=member-logs
CHANNELS_LOGS_MOD=mod-logs