Implement !uptime
This commit is contained in:
parent
14b4e74c7e
commit
a0f7c8e84a
3 changed files with 57 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue