<metaname="description"content="The Artificer Discord Bot is a advanced dice rolling bot utilizing the Roll20 format. The Artificer is fast and reliable and free to use.">
<p>The Artificer is an open source Discord bot that specializes in rolling dice. The bot utilizes the compact <ahref="https://artificer.eanm.dev/roll20"target="_blank"rel="noopener">Roll20 formatting</a> 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!</p>
<p>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 <code>"Tarantallegra!"</code>, what is that supposed to mean) and its inability to handle implicit multiplication (such as <code>4(12 + 20)</code>).</p>
<p><ahref="https://discord.com/api/oauth2/authorize?client_id=789045930011656223&permissions=2048&scope=bot"target="_blank"rel="noopener">Invite The Artificer to Your Server</a> | <ahref="https://discord.gg/peHASXMZYv"target="_blank"rel="noopener">Support Server</a> | <ahref="https://github.com/Burn-E99/TheArtificer"target="_blank"rel="noopener">GitHub Repository</a></p>
<p>This command is what the bot is all about. Using the <ahref="https://artificer.eanm.dev/roll20"target="_blank"rel="noopener">Roll20 format</a>, 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.</p>
<pclass="example"><code>[[d20]]</code> - Rolls a simple d20 without anything fancy</p>
<pclass="example"><code>[[4d20r1!]]</code> - Rolls 4 d20 dice, rerolling any dice that land on 1, and repeatedly rolling a new d20 for any critical success rolled</p>
<pclass="example"><code>[[((d20+20) - 10) / 5]]</code> - Rolls a d20 die, adds 20 to that roll, subtracts off 10, and finally divide by 5</p>
<pclass="example"><code>[[7d67d5]]</code> - Rolls a 7 d67 dice, dropping the lowest 5 dice</p>
<pclass="example"><code>[[d20]] formatting [[d6]]</code> - Rolls a d20 die and a d6 die and returns them with the word <code>formatting</code> between them</p>
<pclass="example"><code>[[(32 * 12) + 5]]</code> - Multiplies 32 and 12, and adds 5 to that result</p>
<pclass="example">And infinitely more possibilities. Any equations and/or rolls can be thrown at the bot and it will compute it quickly. Run the <code>[[rollhelp</code> command for full details of this command.</p>
<pclass="example"><code>[[rollhelp</code> or <code>[[??</code> - Gives the full details on the roll command, explaining the <ahref="https://artificer.eanm.dev/roll20"target="_blank"rel="noopener">Roll20 format</a></p>
<p>This API was developed to let DnD groups that use Excel to manage player sheets to roll dice directly from Excel to Discord. The API is limited to rolling dice and managing your API Key and has a harsh rate limit to prevent spam.</p>
<p>There is a ZERO tolerance for API abuse. If abuse is detected or reported, the user will be banned with no chance to appeal.</p>
<p>If you would like to get an API Key, head on over to the <ahref="https://artificer.eanm.dev/"target="_blank"rel="noopener">API Tools</a> page linked at the top of this page. Basic administration of your API key can also be done via the <ahref="https://artificer.eanm.dev/"target="_blank"rel="noopener">API Tools</a>.</p>
<p>Once you have your API Key, detailed information on the API endpoints can be found in the <ahref="https://github.com/Burn-E99/TheArtificer"target="_blank"rel="noopener">GitHub Repository</a>.</p>