Fix c.host and c.port
This commit is contained in:
parent
c9bf673a4d
commit
1d0f1e97f5
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ class Command{
|
|||
this.index = bot.id;
|
||||
this.args = cmd.split(' ').slice(1);
|
||||
this.verify = verify;
|
||||
this.host = bot.host;
|
||||
this.port = bot.port;
|
||||
this.host = bot.host.host;
|
||||
this.port = bot.host.port;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue