help command (unfinished)

This commit is contained in:
Emily 2020-04-06 19:36:32 +10:00
parent b2531d49b0
commit 3b8234fea7
7 changed files with 572 additions and 11 deletions

View file

@ -12,7 +12,8 @@ exports.help = {
name: 'eval',
category: 'Owner',
description: 'Evaluates arbitrary javascript.',
usage: 'eval [code]'
usage: 'eval [code]',
params: '`[code] - Javascript code you want to execute.'
}
exports.run = async (client, message, args, level, data) => {