From fafaee67b325f10fe3c2598e01b0d8868654d949 Mon Sep 17 00:00:00 2001 From: Ean Milligan Date: Sat, 3 May 2025 21:47:40 -0400 Subject: [PATCH] fix rollhelp chars --- src/commands/rollHelp.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/commands/rollHelp.ts b/src/commands/rollHelp.ts index 120a043..eb5e3cb 100644 --- a/src/commands/rollHelp.ts +++ b/src/commands/rollHelp.ts @@ -67,33 +67,33 @@ Additionally, replace \`x\` with \`F\` to roll Fate dice`, inline: true, }, { - name: '`ra` or `r=q` [Optional]', - value: 'Rerolls any rolls that match `a`, `r3` will reroll every die that land on 3, throwing out old rolls, cannot be used with `ro`', + name: '`rq` or `r=q` [Optional]', + value: 'Rerolls any rolls that match `q`, `r3` will reroll every die that land on 3, throwing out old rolls, cannot be used with `ro`', inline: true, }, { name: '`rq` [Optional]', - value: 'Rerolls any rolls that are greater than or equal to `a`, `r3` will reroll every die that land on 3 or greater, throwing out old rolls, cannot be used with `ro`', + value: 'Rerolls any rolls that are greater than or equal to `q`, `r3` will reroll every die that land on 3 or greater, throwing out old rolls, cannot be used with `ro`', inline: true, }, { - name: '`roa` or `ro=q` [Optional]', - value: 'Rerolls any rolls that match `a`, `ro3` will reroll each die that lands on 3 ONLY ONE TIME, throwing out old rolls, cannot be used with `r`', + name: '`roq` or `ro=q` [Optional]', + value: 'Rerolls any rolls that match `q`, `ro3` will reroll each die that lands on 3 ONLY ONE TIME, throwing out old rolls, cannot be used with `r`', inline: true, }, { name: '`roq` [Optional]', - value: 'Rerolls any rolls that are greater than or equal to `a`, `ro3` will reroll each die that lands on 3 or greater ONLY ONE TIME, throwing out old rolls, cannot be used with `r`', + value: 'Rerolls any rolls that are greater than or equal to `q`, `ro3` will reroll each die that lands on 3 or greater ONLY ONE TIME, throwing out old rolls, cannot be used with `r`', inline: true, }, {