forked from rejnronuz/muzovkant-cogdump
526 B
526 B
muzovkant-cogdump
about
cog dump for muzovkant
you can use cogs from this repo and install them in your installation of muzovkant
installation of cogs
- download the preffered cog
- insert its folder into /cogs/
- in /bot_config.json, initialize it: enter the cogs relative folder path in "cogs";
for example, here is an entry for help cog:
"cogs": [
"cogs.help.help"
]
- reboot the bot using your preffered way and test functionality.