From 278e8fe3cd3164a454f673a14520c002731333fb Mon Sep 17 00:00:00 2001 From: craftablescience Date: Fri, 22 Mar 2024 01:41:58 +0000 Subject: [PATCH] chore: remove name from latex.ts --- src/commands/fun/latex.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/commands/fun/latex.ts b/src/commands/fun/latex.ts index e15f54b1..e092b055 100644 --- a/src/commands/fun/latex.ts +++ b/src/commands/fun/latex.ts @@ -11,10 +11,7 @@ const PADDING = 4; export default class extends Command { - // Made by Brendan Lewis (@craftablescience) - description = `Accepts a LaTeX expression and posts it as a rendered image.`; - options: ApplicationCommandOptionData[] = [ { name: 'input',