| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-08-27 | Fix message getting sent twice | -1/+3 | ||
| Message no longer gets sent twice when no side was provided to the `.coinflip` command | ||||
| 2021-08-27 | General improvements | -9/+6 | ||
| Fix typo in docstring, change logic for creating message to be smarter, change CoinSide converter logic to be smarter | ||||
| 2021-08-25 | Fix `CoinSide` error being suppressed | -2/+2 | ||
| Now explicitly passes `None` as default value rather than using `typing.Optional`. | ||||
| 2021-08-24 | Move lemojis into constants.py | -6/+6 | ||
| 2021-08-24 | Update message to start with lowercase | -2/+2 | ||
| 2021-08-23 | Add missing docstrings | -0/+3 | ||