commit 909efcbb6a6dc9a24a7692b6786681a0e63eee1b Author: Brian S. Stephan Date: Tue Jan 2 22:49:12 2018 -0600 Add README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..122c0ed --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +## hitomi + +*a Discord bot* + +### Overview + +dr.botzo is a Discord bot written in Python, using Django as a backend and the +discord.py library to handle most of the protocol stuff. It is mostly a fun +project for a couple of us to hack around on, but you may find it useful. + +### Documentation + +Usage documentation is pretty scarce at the moment, but you can find what does +exist [on the wiki](https://git.incorporeal.org/bss/hitomi/wikis/home). + +### TODO + +New features, improvements, bugs, etc. are +[tracked in GitLab](https://git.incorporeal.org/bss/hitomi/issues).