Add !restart command to botrulez

This commit is contained in:
Joscha 2019-04-12 23:14:16 +00:00
parent b7579b5b78
commit b726d8f9f0
4 changed files with 20 additions and 3 deletions

View file

@ -58,7 +58,6 @@ i. e. the text between the end of the "!echo" and the end of the whole message.
## TODOs
- [ ] implement !restart
- [ ] document yaboli (markdown files in a "docs" folder?)
- [ ] cookie support
- [ ] fancy argument parsing
@ -74,3 +73,4 @@ i. e. the text between the end of the "!echo" and the end of the whole message.
- [x] make it easier to run bots
- [x] package in a distutils-compatible way (users should be able to install
yaboli using `pip install git+https://github.com/Garmelon/yaboli`)
- [x] implement !restart