mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
fix(bots/discord): decrease length of an option in ban command
This commit is contained in:
@@ -20,7 +20,7 @@ export default new ModerationCommand({
|
|||||||
},
|
},
|
||||||
dmt: {
|
dmt: {
|
||||||
description:
|
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,
|
required: false,
|
||||||
type: ModerationCommand.OptionType.String,
|
type: ModerationCommand.OptionType.String,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user