1 #2

Merged
rejnronuzz merged 6 commits from main into dev 2026-03-09 06:19:03 +00:00
Showing only changes of commit 84ebc8c68b - Show all commits

View File

@@ -5,13 +5,17 @@ you can use this as a base for your discord bot, writing your own [cogs](/cogs/)
## installation ## installation
firstly, clone the repo 1. clone the repo
``` ```
git clone https://github.com/rejnronuzz/muzovkantv2.git git clone https://github.com/rejnronuzz/muzovkantv2.git
cd muzovkantv2 cd muzovkantv2
``` ```
then insert your discord bot and [thecatapi](https://thecatapi.com) token into the .env file. 2. install the requirements
it should look something like this: ```
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 DISCORD_TOKEN=abc123abc
CAT_API_KEY=live_abc123abc CAT_API_KEY=live_abc123abc