diff options
author | TymanWasTaken <tyman@tyman.tech> | 2021-05-17 14:06:24 -0400 |
---|---|---|
committer | TymanWasTaken <tyman@tyman.tech> | 2021-05-17 14:06:24 -0400 |
commit | 9aee8c80067530b178612f1261c38b83683f266d (patch) | |
tree | 2ac52f719bdd77ef0265da2de02336f0759deaba /src/commands/owner/eval.ts | |
parent | 4d63c4af57a7391dd61106b79874b8e83c14971a (diff) | |
download | tanzanite-9aee8c80067530b178612f1261c38b83683f266d.tar.gz tanzanite-9aee8c80067530b178612f1261c38b83683f266d.tar.bz2 tanzanite-9aee8c80067530b178612f1261c38b83683f266d.zip |
probably works idk what all I did
Diffstat (limited to 'src/commands/owner/eval.ts')
-rw-r--r-- | src/commands/owner/eval.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/owner/eval.ts b/src/commands/owner/eval.ts index 44326b2..2d5eb2d 100644 --- a/src/commands/owner/eval.ts +++ b/src/commands/owner/eval.ts @@ -19,7 +19,7 @@ export default class EvalCommand extends BotCommand { category: 'dev', description: { content: 'Use the command to eval stuff in the bot.', - usage: 'eval [--depth #] <code> [--sudo] [--silent] [--delete]', + usage: 'eval <code> [--silent] [--depth #]', examples: ['eval message.guild.name', 'eval this.client.ownerID'] }, args: [ |