From 9aee8c80067530b178612f1261c38b83683f266d Mon Sep 17 00:00:00 2001 From: TymanWasTaken Date: Mon, 17 May 2021 14:06:24 -0400 Subject: probably works idk what all I did --- src/commands/owner/eval.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/owner') 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 #] [--sudo] [--silent] [--delete]', + usage: 'eval [--silent] [--depth #]', examples: ['eval message.guild.name', 'eval this.client.ownerID'] }, args: [ -- cgit