From 561ead93e0b5b0d29dc1aa394bd8662da6fe3d89 Mon Sep 17 00:00:00 2001 From: Ave Ozkal Date: Sun, 23 Dec 2018 15:49:09 +0300 Subject: [PATCH] Change dpybotbase branding to robocop branding --- README.md | 20 ++++++++++++-------- botbase.ini.example => Robocop.ini.example | 0 botbase.py => Robocop.py | 0 3 files changed, 12 insertions(+), 8 deletions(-) rename botbase.ini.example => Robocop.ini.example (100%) rename botbase.py => Robocop.py (100%) 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