Add config option for prefixes

This commit is contained in:
1computer1 2019-05-16 21:02:44 -04:00
parent 9e9cf31329
commit f34cd8e427
4 changed files with 8 additions and 3 deletions

View file

@ -13,7 +13,7 @@ class CompilerClient extends AkairoClient {
this.commandHandler = new CommandHandler(this, {
directory: path.join(__dirname, '../commands'),
prefix: '>',
prefix: config.prefix,
allowMention: true,
commandUtil: true,
commandUtilLifetime: 3e5,