Remove server info from aboutcommand
This commit is contained in:
parent
951a3dad29
commit
c8df297f66
1 changed files with 0 additions and 17 deletions
|
@ -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']
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue