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
a5ec5c1e12
tenebrous-dicebot
/
src
/
lib.rs
8 lines
95 B
Rust
Raw
Normal View
History
Unescape
Escape
modularize things
2020-04-17 22:53:27 +00:00
pub
mod
bot
;
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
cofd
;
cargo fix and fmt
2020-04-21 06:09:43 +00:00
pub
mod
commands
;
restructure into dice module
2020-04-20 17:19:50 +00:00
pub
mod
dice
;
Implement basic, not-well-formatted help.
2020-08-28 22:02:41 +00:00
mod
help
;
lay command groundwork. Maybe need to make parsing more ergonomic.
2020-04-21 03:15:13 +00:00
mod
parser
;
cargo fix and fmt
2020-04-21 06:09:43 +00:00
pub
mod
roll
;