From 4fafe9c7eb4fb1206dd2ae2b6dd335c2fc22cc48 Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Thu, 13 Sep 2018 11:48:34 -0500 Subject: [PATCH] Added a readme txt file for sdist --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..688bbe9 --- /dev/null +++ b/README @@ -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. +