This website requires JavaScript.
Explore
Help
Sign In
kg333
/
tenebrous-dicebot
forked from
projectmoon/tenebrous-dicebot
Watch
1
Star
0
Fork
You've already forked tenebrous-dicebot
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
bf4ce24b79
tenebrous-dicebot
/
src
/
cofd.rs
3 lines
30 B
Rust
Raw
Normal View
History
Unescape
Escape
Move CofD dice rolling into dice.rs file under cofd/
2020-08-27 23:56:19 +00:00
pub
mod
dice
;
Implement Chronicles of Darkness dice system, improve error handling. Adds the Chronicles of Darkness 2E dice system to the bot, and also somewhat improves the error handling when weird commands are received.
2020-08-21 21:49:22 +00:00
pub
mod
parser
;