We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab62bc9 commit 4df2b00Copy full SHA for 4df2b00
src/commands/moderation/repel.ts
@@ -312,7 +312,9 @@ export const repelCommand = createCommand({
312
name: RepelOptions.LOOK_BACK,
313
required: false,
314
type: ApplicationCommandOptionType.Integer,
315
- description: `Number of recent messages to delete (default: ${timeToString(DEFAULT_LOOK_BACK_MS)})`,
+ description: `How far back to look for messages to delete in minutes (default: ${timeToString(
316
+ DEFAULT_LOOK_BACK_MS
317
+ )})`,
318
choices: [
319
{
320
name: '10 minutes (Default)',
0 commit comments