Implement !uptime

This commit is contained in:
Joscha 2019-04-12 11:37:36 +00:00
parent 14b4e74c7e
commit a0f7c8e84a
3 changed files with 57 additions and 3 deletions

View file

@ -49,9 +49,9 @@ i. e. the text between the end of the "!echo" and the end of the whole message.
## TODOs
- [ ] implement !uptime for proper botrulez conformity
- [ ] implement !kill
- [ ] implement !restart and add an easier way to run bots
- [ ] untruncate LiveMessage-s
- [ ] config file support for bots, used by default
- [ ] package in a distutils-compatible way (users should be able to install
yaboli using `pip install git+https://github.com/Garmelon/yaboli`)
@ -62,3 +62,4 @@ i. e. the text between the end of the "!echo" and the end of the whole message.
- [ ] document new classes (docstrings, maybe comments)
- [ ] write project readme
- [ ] write examples
- [x] implement !uptime for proper botrulez conformity