diff --git a/README.md b/README.md index 32c146c..1c8561a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # The Artificer - A Dice Rolling Discord Bot Version 1.4.2 - 2021/02/14 -The Artificer is a Discord bot that specializes in rolling dice. The bot utilizes the compact [Roll20 formatting](https://roll20.zendesk.com/hc/en-us/articles/360037773133-Dice-Reference) for ease of use and will correctly perform any needed math on the roll (limited to basic algebra). +The Artificer is a Discord bot that specializes in rolling dice. The bot utilizes the compact [Roll20 formatting](https://artificer.eanm.dev/roll20) for ease of use and will correctly perform any needed math on the roll (limited to basic algebra). This bot was developed to replace the Sidekick discord bot after it went offline many times for extended periods, and is now dead according to their GitHub. This was also developed to fix some annoyances that were found with Sidekick, specifically its vague error messages (such as `"Tarantallegra!"`, what is that supposed to mean) and its inability to handle implicit multiplication (such as `4(12 + 20)`). @@ -56,7 +56,7 @@ The Artificer comes with a few supplemental commands to the main rolling command * `[[report [[2+2]] returned 5 when I expected it to return 4` will send the entire message after `[[report` to the devs via Discord. * `[[xdydzracsq!]]` * This is the command the bot was built specifically for. - * It looks a little complicated at first, but if you are familiar with the [Roll20 formatting](https://roll20.zendesk.com/hc/en-us/articles/360037773133-Dice-Reference), this will no different. + * It looks a little complicated at first, but if you are familiar with the [Roll20 formatting](https://artificer.eanm.dev/roll20), this will no different. * Any math (limited to exponentials, multiplication, division, modulus, addition, and subtraction) will be correctly handled in PEMDAS order, so use parenthesis as needed. * PI and e are available for use. * Parameters for rolling: diff --git a/www/home/index.html b/www/home/index.html index 1c69bb9..c42322f 100644 --- a/www/home/index.html +++ b/www/home/index.html @@ -47,7 +47,7 @@ The Artificer Logo
-

The Artificer is an open source Discord bot that specializes in rolling dice. The bot utilizes the compact Roll20 formatting for ease of use and will correctly perform any needed math on the roll (limited to basic algebra). Feel free to join the support server linked below if you would like to try The Artificer out!

+

The Artificer is an open source Discord bot that specializes in rolling dice. The bot utilizes the compact Roll20 formatting for ease of use and will correctly perform any needed math on the roll (limited to basic algebra). Feel free to join the support server linked below if you would like to try The Artificer out!

This bot was developed to replace the Sidekick discord bot after it went offline many times for extended periods. This was also developed to fix some annoyances that were found with Sidekick, specifically its vague error messages (such as "Tarantallegra!", what is that supposed to mean) and its inability to handle implicit multiplication (such as 4(12 + 20)).

Invite The Artificer to Your Server | Support Server | GitHub Repository

@@ -56,7 +56,7 @@

Available Commands:

Rolling Command:

-

This command is what the bot is all about. Using the Roll20 format, any form of dice roll can be performed, with any needed math calculated into the results. This command can even be used as a fairly advanced calculator, supporting parenthesis, exponentials, multiplication, division, modulus, addition, and subtraction.

+

This command is what the bot is all about. Using the Roll20 format, any form of dice roll can be performed, with any needed math calculated into the results. This command can even be used as a fairly advanced calculator, supporting parenthesis, exponentials, multiplication, division, modulus, addition, and subtraction.

Examples:

[[d20]] - Rolls a simple d20 without anything fancy

[[4d20r1!]] - Rolls 4 d20 dice, rerolling any dice that land on 1, and repeatedly rolling a new d20 for any critical success rolled

@@ -72,7 +72,7 @@

Examples:

[[stats or [[s - Shows the stats on how many servers and users are using the bot

[[help or [[? - Gives the full list of available commands

-

[[rollhelp or [[?? - Gives the full details on the roll command, explaining the Roll20 format

+

[[rollhelp or [[?? - Gives the full details on the roll command, explaining the Roll20 format


Full Documentation:

Full Documentation can be found on the GitHub Repository.