mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2025-01-03 18:35:42 +00:00
updates to readme
This commit is contained in:
parent
05d83f2553
commit
f9ad10b285
12
README.md
12
README.md
|
@ -1,3 +1,13 @@
|
||||||
# BotBase
|
# BotBase
|
||||||
|
|
||||||
A crappy discord.py@rewrite bot base.
|
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
|
Loading…
Reference in a new issue