From 98e48140d3045d7e432af8b29ef7c3f9eaf7f1af Mon Sep 17 00:00:00 2001 From: mol Date: Wed, 13 Dec 2023 21:19:20 +0800 Subject: [PATCH] test --- bot/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } }