From e609a1b7168a6664f9a13ffeed187f45a5677d0a Mon Sep 17 00:00:00 2001 From: 7cc5c4f330d47060 Date: Thu, 12 Sep 2024 00:37:46 -0400 Subject: [PATCH] Bugfix --- commands/about.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/about.js b/commands/about.js index 759c272..08579c9 100644 --- a/commands/about.js +++ b/commands/about.js @@ -218,7 +218,7 @@ const aboutServer = function (c) { const displayServerList = function (c) { index.bots.forEach((item, i) => { - if (item.host.options && item.host.options.hidden && c.verify !== 3 && c.bot.id !== i) return + if (item.host.options && item.host.options.hidden && c.verify !== 2 && c.bot.id !== i) return let message = 'command.about.serverListItem' if (c.bot.id === i) message = 'command.about.serverListItem.thisServer' c.reply({