diff --git a/www/index.html b/www/index.html index 400ca0f..4275223 100644 --- a/www/index.html +++ b/www/index.html @@ -49,7 +49,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).

+

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

@@ -64,8 +64,10 @@

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

[[((d20+20) - 10) / 5]] - Rolls a d20 die, adds 20 to that roll, subtracts off 10, and finally divide by 5

[[7d67d5]] - Rolls a 7 d67 dice, dropping the lowest 5 dice

+

[[d20]] formatting [[d6]] - Rolls a d20 die and a d6 die and returns them with the word formatting between them

[[(32 * 12) + 5]] - Multiplies 32 and 12, and adds 5 to that result

And infinitely more possibilities. Any equations and/or rolls can be thrown at the bot and it will compute it quickly. Run the [[rollhelp command for full details of this command.

+

Any number of rolls may be performed in the same requst, as long as they are each closed with ]]


Supporting Commands:

The following commands are just some basic utility commands.