Added a readme txt file for sdist

doc_update
Joey Hines 2018-09-13 11:48:34 -05:00
parent d0860b8ed3
commit 4fafe9c7eb
1 changed files with 12 additions and 0 deletions

12
README 100644
View File

@ -0,0 +1,12 @@
# Geoffrey: A Discord Bot for Minecraft Servers
Geoffrey was created to be an information source for base and shop locations on Minecraft severs. The bot mainly tracks
base, shop, and tunnel locations. This allows for users to quickly find each other's builds and find shops selling
goods.
Geoffrey can be used on a Discord server or in a private message with the bot.
## Information
Geoffrey was written in python and uses the [Discord.py rewrite](https://discordpy.readthedocs.io/en/rewrite/)
to interface with Discord and [SQLAlchemy](https://docs.sqlalchemy.org/en/latest/) for database
access.