Remove server info from aboutcommand

This commit is contained in:
7cc5c4f330d47060 2024-08-09 00:45:11 -04:00
parent 951a3dad29
commit c8df297f66
Signed by: 7cc5c4f330d47060
SSH key fingerprint: SHA256:e+4tcZut1nBpe10PqjaO+Rvie0Q7W4qIvFzcUw+7riA

View file

@ -58,23 +58,6 @@ module.exports = {
}
]
})
c.reply({ text: '' })
c.reply({
translate: getMessage(c.lang, 'command.about.serverinfo'),
color: c.colors.secondary,
with: [
{
translate: '"%s"',
color: c.colors.secondary,
with: [
{
text: 'serverinfo',
color: c.colors.primary
}
]
}
]
})
},
aliases: ['info']
}