Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
M4ST3RX committed Feb 14, 2022
1 parent cae1a7f commit 3683442
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lib/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ class Bot extends EventEmitter {
super()
this._options = options
this._client = null
this.supportFeature = supportFeature
}

connect () {
Expand Down
1 change: 0 additions & 1 deletion lib/loader.js.bak
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ function createBot (options = {}) {
return typeof options.plugins[key] === 'function'
}).map(key => options.plugins[key])
bot.loadPlugins([...internalPlugins, ...externalPlugins])


return bot
}
Expand Down

0 comments on commit 3683442

Please sign in to comment.