From 023a9b44cfd284232e714eee464d787ca84f78b8 Mon Sep 17 00:00:00 2001 From: perforat Date: Tue, 14 Apr 2026 15:49:16 +0000 Subject: [PATCH] add installation guide --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a55c9ff..88916d9 100644 --- a/README.md +++ b/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/``` \ No newline at end of file +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. \ No newline at end of file