From f9ad10b2850c9bcccec5c534815b88bf6949fbfb Mon Sep 17 00:00:00 2001 From: Ave O Date: Fri, 9 Mar 2018 02:03:45 +0300 Subject: [PATCH] updates to readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f3fd264..7d7759c 100755 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # BotBase -A crappy discord.py@rewrite bot base. \ No newline at end of file +A crappy discord.py@rewrite bot base. + +--- + +### Setting up: + +- Install Python 3.6 or higher. +- Install requirements with pip +- Configure the ini +- rewrite .py file if you want (but you'll also need to rename the .ini) +- If you want more stuff, copy a cog, make necessary changes, add it to botbase.py's initial load stuff \ No newline at end of file