Bugfix
This commit is contained in:
parent
bfe1111e29
commit
e609a1b716
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue