From e2bf45d6c55f06e0399b6609e0940941c6d50bdc Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Thu, 30 Jul 2020 12:19:17 +0300 Subject: [PATCH] Typo fix --- backend/src/plugins/ModActions/commands/BanCmd.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/plugins/ModActions/commands/BanCmd.ts b/backend/src/plugins/ModActions/commands/BanCmd.ts index 64f35309..2ca34696 100644 --- a/backend/src/plugins/ModActions/commands/BanCmd.ts +++ b/backend/src/plugins/ModActions/commands/BanCmd.ts @@ -13,7 +13,7 @@ const opts = { mod: ct.member({ option: true }), notify: ct.string({ option: true }), "notify-channel": ct.textChannel({ option: true }), - "delete-deays": ct.number({ option: true, shortcut: "d" }), + "delete-days": ct.number({ option: true, shortcut: "d" }), }; export const BanCmd = modActionsCommand({