From f1d5c21a5945124da9cac0a01789f73ed0096266 Mon Sep 17 00:00:00 2001 From: Vlad Frangu Date: Sun, 20 Mar 2022 18:54:23 +0200 Subject: [PATCH] feat: support `generateUnderscoreLessAliases` for command options (#406) --- src/lib/structures/Command.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/lib/structures/Command.ts b/src/lib/structures/Command.ts index aad52239e..7dd1b422f 100644 --- a/src/lib/structures/Command.ts +++ b/src/lib/structures/Command.ts @@ -111,6 +111,14 @@ export class Command