Finally decided on a help command I like

This commit is contained in:
Emily 2020-04-12 19:15:31 +10:00
parent aedce9fc34
commit bfde321b3e
10 changed files with 90 additions and 70 deletions

View file

@ -10,9 +10,9 @@ exports.conf = {
exports.help = {
name: 'ping',
category: 'Bot',
description: 'Displays bot latency in miliseconds.',
description: 'Check if bot is dying.',
usage: 'ping',
params: ''
parameters: ''
}
exports.run = async (client, message, args, level, data) => {