From b238e0ea20727beb4d9233d587bdfa1cee9bb37d Mon Sep 17 00:00:00 2001 From: perforat Date: Sun, 8 Mar 2026 22:37:46 +0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4bbde2..58fe4d1 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ you can use this as a base for your discord bot, writing your own [cogs](/cogs/) ## installation 1. clone the repo -``` +```bash git clone https://github.com/rejnronuzz/muzovkantv2.git cd muzovkantv2 ``` 2. install the requirements -``` +```bash pip install -r requirements.txt ``` 3. insert your discord bot token and [thecatapi](https://thecatapi.com) token into the .env file.