Skip to content

Commit ad813ab

Browse files
authored
🐛 fix: fix description for look back option in repel command (#23)
1 parent ab62bc9 commit ad813ab

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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)