every-Bot / everyBot

A discordpy bot for all purposes
GNU Lesser General Public License v3.0
4 stars 3 forks source link

add roll command to dnd cog #40

Open JBrummans opened 3 years ago

JBrummans commented 3 years ago

Adds a simple roll command to the dnd module to allow for different dice configurations (eg 2d20 or 5d6). Makes use of the d20 python module: https://pypi.org/project/d20/

JBrummans commented 2 years ago

@Givo29 Check out the changes.