add logon command
This commit is contained in:
parent
8170b92890
commit
956942bc90
@ -29,7 +29,7 @@ module.exports = {
|
|||||||
async function(from, botName){
|
async function(from, botName){
|
||||||
this.__unLockCommand();
|
this.__unLockCommand();
|
||||||
|
|
||||||
if(botName in his.constructor.bots){
|
if(botName in this.constructor.bots){
|
||||||
let bot = this.constructor.bots[botName];
|
let bot = this.constructor.bots[botName];
|
||||||
|
|
||||||
if(!bot.isReady){
|
if(!bot.isReady){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user