mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-22 21:15:37 +00:00
Change dpybotbase branding to robocop branding
This commit is contained in:
parent
d6b217e4c4
commit
561ead93e0
20
README.md
20
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
|
Loading…
Reference in a new issue