Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 912 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 912 Bytes

CI test pipeline result

Shadowrun Optimal Edge Bot

This is a bot to help you decide whether Breaking the Limit or Second Chance is the better option given your current dice pool (without edge), your edge attribute, and the limit of your throw. For details behind the math, please refer to this blog post.

Installation

You should be able to install this package from this repository via pip:

# pip install git+https://github.com/Emrys-Merlin/sr_optimal_edge_bot

This will install the optimal_edge_bot command. This command expects that the token of your discord app is exported in an environment variable with the name DISCORD_TOKEN. Alternatively, you can copy the dotenv.example to .env and enter your token therein.