From 22d3eea88d532792c1237d1a1ab18bc02e57816a Mon Sep 17 00:00:00 2001 From: PalmDevs Date: Wed, 30 Oct 2024 18:50:22 +0700 Subject: [PATCH] fix(bots/discord): decrease length of an option in `ban` command --- bots/discord/src/commands/moderation/ban.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/discord/src/commands/moderation/ban.ts b/bots/discord/src/commands/moderation/ban.ts index d584cd7..c664519 100644 --- a/bots/discord/src/commands/moderation/ban.ts +++ b/bots/discord/src/commands/moderation/ban.ts @@ -20,7 +20,7 @@ export default new ModerationCommand({ }, dmt: { description: - 'Time duration to delete messages (default time unit is days, must be from 0s to 7d, default value is 0s)', + 'Time duration to delete messages (default time unit is days, must be from 0s to 7d, default is 0s)', required: false, type: ModerationCommand.OptionType.String, },