Add more to settiongs
This commit is contained in:
parent
5a9a01e137
commit
800045e9f6
1 changed files with 5 additions and 0 deletions
|
@ -5,10 +5,15 @@ export default class Command {
|
|||
this.reply = text => bot.tellraw(uuid, text)
|
||||
this.username = user;
|
||||
this.nickname = nick;
|
||||
this.command = cmd;
|
||||
this.type = senderType;
|
||||
this.msgType = msgType;
|
||||
this.msgSubtype = msgSubtype;
|
||||
this.args = cmd.split(' ').slice(1)
|
||||
this.cmdName = cmd.split(' ')[0]
|
||||
this.prefix = prefix
|
||||
this.colors = settings.colors
|
||||
this.lang = settings.defaultLang
|
||||
this.verify = verify
|
||||
this.host = bot.host.host
|
||||
this.port = bot.host.port
|
||||
|
|
Loading…
Add table
Reference in a new issue