Add "info" alias to about command

This commit is contained in:
7cc5c4f330d47060 2024-07-19 11:48:07 -04:00
parent 3998b65bca
commit 6eefe2d4b1

View file

@ -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"]
}