diff --git a/bot/index.js b/bot/index.js index 188026c..69448bc 100644 --- a/bot/index.js +++ b/bot/index.js @@ -59,7 +59,7 @@ export default class CreateBot { mountPlugin(plugins) { for (let plugin of plugins) { - plugin.install(this.bot, this.queue); + plugin(this.bot, this.queue); } } }