Update README.md

This commit is contained in:
2026-03-08 22:37:46 +05:00
committed by GitHub
parent 84ebc8c68b
commit b238e0ea20

View File

@@ -6,12 +6,12 @@ you can use this as a base for your discord bot, writing your own [cogs](/cogs/)
## installation ## installation
1. clone the repo 1. clone the repo
``` ```bash
git clone https://github.com/rejnronuzz/muzovkantv2.git git clone https://github.com/rejnronuzz/muzovkantv2.git
cd muzovkantv2 cd muzovkantv2
``` ```
2. install the requirements 2. install the requirements
``` ```bash
pip install -r requirements.txt pip install -r requirements.txt
``` ```
3. insert your discord bot token and [thecatapi](https://thecatapi.com) token into the .env file. 3. insert your discord bot token and [thecatapi](https://thecatapi.com) token into the .env file.