1
1
mirror of https://github.com/Burn-E99/TheArtificer.git synced 2026-01-05 03:57:53 -05:00

Added super no details flag to the api

This commit is contained in:
Ean Milligan (Bastion)
2022-05-09 19:52:15 -04:00
parent eba7e028b2
commit 9b77912a85

View File

@ -264,12 +264,14 @@ const start = async (): Promise<void> => {
}
// Determine if no details flag was on
if (!query.has("snd")) {
if (query.has("nd")) {
returnText += "\nDetails suppressed by nd query.";
} else {
returnText += `\nDetails:\n${spoilerTxt}${returnmsg.line3}${spoilerTxt}`;
}
}
}
// If the roll was a GM roll, send DMs to all the GMs
if (query.has("gms")) {