diff --git a/README.md b/README.md index 7d7759c..1fc2fa5 100755 --- a/README.md +++ b/README.md @@ -1,13 +1,17 @@ -# BotBase +# Robocop-ng + +An attempt to rewrite the bloated ReSwitched bot with dpy rewrite. + +Based on https://gitlab.com/ao/dpybotbase -A crappy discord.py@rewrite bot base. --- -### Setting up: +## TODO + +- [] Verification +- [] Logging joins, leaves, role changes, deletes, bans, kicks +- [] Moderation commands +- [] Meme commands (honestly the easiest part) +- [] .serr and .err -- 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 diff --git a/botbase.ini.example b/Robocop.ini.example similarity index 100% rename from botbase.ini.example rename to Robocop.ini.example diff --git a/botbase.py b/Robocop.py similarity index 100% rename from botbase.py rename to Robocop.py