From 84ebc8c68b4ba9fb69d3eba639666705a789a1e9 Mon Sep 17 00:00:00 2001 From: perforat Date: Sun, 8 Mar 2026 22:35:41 +0500 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fb231de..f4bbde2 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,17 @@ you can use this as a base for your discord bot, writing your own [cogs](/cogs/) ## installation -firstly, clone the repo +1. clone the repo ``` git clone https://github.com/rejnronuzz/muzovkantv2.git cd muzovkantv2 ``` -then insert your discord bot and [thecatapi](https://thecatapi.com) token into the .env file. -it should look something like this: +2. install the requirements +``` +pip install -r requirements.txt +``` +3. insert your discord bot token and [thecatapi](https://thecatapi.com) token into the .env file. +*it should look something like this:* ``` DISCORD_TOKEN=abc123abc CAT_API_KEY=live_abc123abc