Allow changing default prefix in config

This commit is contained in:
TheEssem 2020-09-03 17:48:28 -05:00
parent e0d7ea7a57
commit 1c686016bb
4 changed files with 6 additions and 3 deletions

View file

@ -12,6 +12,9 @@ MONGO=mongodb://localhost:27017/esmBot
# Put snowflake ID of bot owner here
OWNER=
# Put default prefix here
PREFIX=&
###########
# Optional
###########