added super no details api flag to docs

This commit is contained in:
Ean Milligan (Bastion) 2022-05-10 00:26:00 -04:00
parent 9b77912a85
commit c8882bd500
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ Available Endpoints and Methods Required:
* `channel` - The Discord Channel ID that the bot is to send the results into. * `channel` - The Discord Channel ID that the bot is to send the results into.
* `rollstr` - A roll string formatted identically to the roll command detailed in the "Available Commands" section. * `rollstr` - A roll string formatted identically to the roll command detailed in the "Available Commands" section.
* Optional query parameters (these parameters do not require values unless specified): * Optional query parameters (these parameters do not require values unless specified):
* `snd` - Super No Details - Suppresses all details of the requested roll and hides no details message.
* `nd` - No Details - Suppresses all details of the requested roll. * `nd` - No Details - Suppresses all details of the requested roll.
* `s` - Spoiler - Spoilers all details of the requested roll. * `s` - Spoiler - Spoilers all details of the requested roll.
* `m` - Maximize Roll - Rolls the theoretical maximum roll, cannot be used with Nominal roll. * `m` - Maximize Roll - Rolls the theoretical maximum roll, cannot be used with Nominal roll.