Skip to content

Commit 4df2b00

Browse files
committed
🐛 fix: fix description for look back option in repel command
1 parent ab62bc9 commit 4df2b00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/commands/moderation/repel.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,9 @@ export const repelCommand = createCommand({
312312
name: RepelOptions.LOOK_BACK,
313313
required: false,
314314
type: ApplicationCommandOptionType.Integer,
315-
description: `Number of recent messages to delete (default: ${timeToString(DEFAULT_LOOK_BACK_MS)})`,
315+
description: `How far back to look for messages to delete in minutes (default: ${timeToString(
316+
DEFAULT_LOOK_BACK_MS
317+
)})`,
316318
choices: [
317319
{
318320
name: '10 minutes (Default)',

0 commit comments

Comments
 (0)