fixed help

This commit is contained in:
Emily 2020-04-07 02:35:06 +10:00
parent 3b8234fea7
commit 1b9c4c900a
6 changed files with 474 additions and 23 deletions

View file

@ -11,7 +11,8 @@ exports.help = {
name: 'ping',
category: 'Utility',
description: 'Displays bot latency in miliseconds.',
usage: 'ping'
usage: 'ping',
params: ''
}
exports.run = async (client, message, args, level, data) => {