forked from rejnronuz/muzovkant-cogdump
add installation guide
This commit is contained in:
16
README.md
16
README.md
@@ -4,4 +4,18 @@ cog dump for [muzovkant](https://git.rejnronuz.1337.cx/rejnronuz/muzovkantv2)
|
||||
|
||||
you can use cogs from this repo and install them in your installation of muzovkant
|
||||
|
||||
cogs are located in ```/cogs/```
|
||||
cogs are located in ```/cogs/```
|
||||
|
||||
## installation of cogs
|
||||
1. download the preffered cog
|
||||
2. insert its folder into /cogs/
|
||||
3. in /bot_config.json, initialize it:
|
||||
enter the cogs relative folder path in "cogs"
|
||||
for example, here is an entry for help cog:
|
||||
```json
|
||||
|
||||
"cogs": [
|
||||
"cogs.help.help"
|
||||
]
|
||||
```
|
||||
4. reboot the bot and test functionality.
|
||||
Reference in New Issue
Block a user