1
1
mirror of https://github.com/Burn-E99/TheArtificer.git synced 2026-06-04 09:03:50 -04:00

add docs for -min

This commit is contained in:
Ean Milligan
2025-04-27 17:02:32 -04:00
parent 4207021fa9
commit e3dc7bc8b4
2 changed files with 13 additions and 6 deletions

View File

@@ -38,18 +38,24 @@ Examples: \`${config.prefix}d20${config.postfix} -nd\`, \`${config.prefix}d20${c
inline: true,
},
{
name: '`-m` - Maximize Roll',
value: 'Rolls the theoretical maximum roll, cannot be used with -n',
name: '`-m` or `-max` - Maximize Roll',
value: 'Rolls the theoretical maximum roll, cannot be used with `-n` or `-min`',
inline: true,
},
{
name: '`-min` - Minimize Roll',
value: 'Rolls the theoretical minimum roll, cannot be used with `-m`, `-max`, or `-n`',
inline: true,
},
{
name: '`-n` - Nominal Roll',
value: 'Rolls the theoretical nominal roll, cannot be used with -m',
value: 'Rolls the theoretical nominal roll, cannot be used with `-m`, `-max`, or `-min`',
inline: true,
},
{
name: '`-gm @user1 @user2 @userN` - GM Roll',
value: 'Rolls the requested roll in GM mode, suppressing all publicly shown results and details and sending the results directly to the specified GMs',
value:
'Rolls the requested roll in GM mode, suppressing all publicly shown results and details and sending the results directly to the specified GMs',
inline: true,
},
{