Finally decided on a help command I like
This commit is contained in:
parent
aedce9fc34
commit
bfde321b3e
10 changed files with 90 additions and 70 deletions
|
@ -10,10 +10,10 @@ exports.conf = {
|
|||
|
||||
exports.help = {
|
||||
name: 'eval',
|
||||
category: 'Owner',
|
||||
category: 'Developer',
|
||||
description: 'Evaluates arbitrary javascript.',
|
||||
usage: 'eval [code]',
|
||||
params: '`[code] - Javascript code you want to execute.'
|
||||
parameters: '`[code] - Javascript code you want to execute.'
|
||||
}
|
||||
|
||||
exports.run = async (client, message, args, level, data) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue