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',