This commit is contained in:
7cc5c4f330d47060 2024-09-12 00:37:46 -04:00
parent bfe1111e29
commit e609a1b716
Signed by: 7cc5c4f330d47060
SSH key fingerprint: SHA256:e+4tcZut1nBpe10PqjaO+Rvie0Q7W4qIvFzcUw+7riA

View file

@ -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({