From 50288534b610833c85946aba0a8ec64aad48a5d1 Mon Sep 17 00:00:00 2001 From: "Ean Milligan (Bastion)" Date: Thu, 5 May 2022 02:28:51 -0400 Subject: [PATCH] roll flags renamed to decorators Additional details also added to the privacy policy/terms of service to specify exactly what discord bot they apply to --- PRIVACY.md | 2 +- README.md | 4 ++-- src/constantCmds.ts | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/PRIVACY.md b/PRIVACY.md index d067f05..6f42721 100644 --- a/PRIVACY.md +++ b/PRIVACY.md @@ -1,7 +1,7 @@ # The Artificer's Privacy Policy ## Information relating to Discord Interactions ### Public Bot Information -Publicly available versions of `The Artificer#8166` (herein referred to as _The Bot_ or _Bot_) do not track or collect user information via Discord. +Publicly available versions of `The Artificer#8166` (Discord ID: `789045930011656223`) (herein referred to as _The Bot_ or _Bot_) do not track or collect user information via Discord. Upon inviting _The Bot_ to a user's guild, _The Bot_ sends the guild name, Discord Guild ID, and current count of guild members to Burn_E99#1062 (herein referred to as _The Developer_) via a private Discord Guild. The guild name, Discord Guild ID, and current count of guild members are only used to roughly gage how popular _The Bot_ is and to determine if _The Bot_'s hosting solution needs to be improved. These pieces of information will never be sold or shared with anyone. diff --git a/README.md b/README.md index b1a6d3a..f8da694 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ The Artificer comes with a few supplemental commands to the main rolling command * `[[4d20r1!]]` will roll 4 d20 dice, rerolling any dice that land on 1, and repeatedly rolling a new d20 for any critical success rolled. * `[[d20/40]]` will roll a d20 die and divide it by 40. * `[[((d20+20) - 10) / 5]]` will roll a d20, add 20 to that roll, subtract off 10, and finally divide by 5. - * This command also has some useful flags that can used. These flags simply need to be placed after all rolls in the message: + * This command also has some useful decorators that can used. These decorators simply need to be placed after all rolls in the message: * `-nd` - No Details - Suppresses 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 -n @@ -188,7 +188,7 @@ Current and future plans are listed on [the Milestones page](https://github.com/ --- ## Privacy Policy and Terms of Service -The Artificer has a Privacy Policy and Terms of Service to detail expectations of what user data is stored and how users should use The Artificer. +The Artificer has a Privacy Policy and Terms of Service to detail expectations of what user data is stored and how users should use The Artificer. The following Privacy Policy and Terms of Service only apply to the officially hosted version of The Artificer (`The Artificer#8166`, Discord ID: `789045930011656223`). Privacy Policy TL;DR: Only report command data is stored if you do not use the API, if you use the API, submitted Discord Ids will be stored linked to your email. For more detailed information, please check out the full [PRIVACY POLICY](https://github.com/Burn-E99/TheArtificer/blob/master/PRIVACY.md). diff --git a/src/constantCmds.ts b/src/constantCmds.ts index 7b4d7fd..d46db93 100644 --- a/src/constantCmds.ts +++ b/src/constantCmds.ts @@ -258,11 +258,11 @@ export const constantCmds = { } ] }, { - title: "Roll Command Flags:", + title: "Roll Command Decorators:", fields: [ { name: "Details", - value: `This command also has some useful flags that can used. These flags simply need to be placed after all rolls in the message. + value: `This command also has some useful decorators that can used. These decorators simply need to be placed after all rolls in the message. Examples: \`${config.prefix}d20${config.postfix} -nd\`, \`${config.prefix}d20${config.postfix} -nd -s\`` }, {