tenebrous-dicebot/src
projectmoon da0819745a Switch to non-macro nom parser with better text handling.
By using the alpha1 function in complete mode, we are able to handle
arbitrary single-word commands (e.g. "!help") and proprly map the
remaining input to an empty string.
2020-08-31 00:07:56 +00:00
..
bin Add basic logging to the dice bot. 2020-08-28 00:13:04 +00:00
cofd Chance die should only succeed on 10. Added no-explode rolls. 2020-08-28 21:47:09 +00:00
commands Switch to non-macro nom parser with better text handling. 2020-08-31 00:07:56 +00:00
dice cargo fix and fmt 2020-04-21 00:09:43 -06:00
bot.rs Add basic logging to the dice bot. 2020-08-28 00:13:04 +00:00
cofd.rs Move CofD dice rolling into dice.rs file under cofd/ 2020-08-27 23:56:19 +00:00
commands.rs Implement basic, not-well-formatted help. 2020-08-30 21:54:01 +00:00
dice.rs cargo fix and fmt 2020-04-21 00:09:43 -06:00
help.rs Implement basic, not-well-formatted help. 2020-08-30 21:54:01 +00:00
lib.rs Implement basic, not-well-formatted help. 2020-08-30 21:54:01 +00:00
parser.rs Actually only trim the start and end of the string. 2020-08-31 00:05:40 +00:00
roll.rs Implement Chronicles of Darkness dice system, improve error handling. 2020-08-23 21:24:04 +00:00