Add "info" alias to about command
This commit is contained in:
parent
3998b65bca
commit
6eefe2d4b1
1 changed files with 2 additions and 1 deletions
|
@ -10,5 +10,6 @@ module.exports = {
|
|||
c.reply('{"text":"To view system information, run the command \\"serverinfo\\"."}')
|
||||
},
|
||||
desc: 'About the bot',
|
||||
usage: ''
|
||||
usage: '',
|
||||
aliases: ["info"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue