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
198f0bd43f
tenebrous-dicebot
/
src
/
lib.rs
8 lines
88 B
Rust
Raw
Normal View
History
Unescape
Escape
modularize things
2020-04-17 22:53:27 +00:00
pub
mod
bot
;
restructure into dice module
2020-04-20 17:19:50 +00:00
pub
mod
dice
;
Add dicebot-roll dice expression parser
2020-04-19 22:07:33 +00:00
pub
mod
matrix
;
restructure into dice module
2020-04-20 17:19:50 +00:00
pub
mod
roll
;
lay command groundwork. Maybe need to make parsing more ergonomic.
2020-04-21 03:15:13 +00:00
pub
mod
commands
;
mod
parser
;
implement command parser fully
2020-04-21 06:07:03 +00:00