Add config option for prefixes
This commit is contained in:
parent
9e9cf31329
commit
f34cd8e427
4 changed files with 8 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue