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

@ -85,7 +85,7 @@ exports.decodeEntities = (string) => {
// define defaults for prefixes and tags
exports.defaults = {
prefix: "&"
prefix: process.env.PREFIX
};
exports.tagDefaults = {
help: {