add logon command

This commit is contained in:
William Mantly 2023-10-12 17:17:10 -04:00
parent 8170b92890
commit 956942bc90

View File

@ -29,7 +29,7 @@ module.exports = {
async function(from, botName){
this.__unLockCommand();
if(botName in his.constructor.bots){
if(botName in this.constructor.bots){
let bot = this.constructor.bots[botName];
if(!bot.isReady){