1 #5

Merged
rejnronuzz merged 6 commits from main into dev 2026-03-09 10:01:34 +00:00
Showing only changes of commit 6ec694e889 - Show all commits

View File

@@ -10,14 +10,9 @@ you can use this as a base for your discord bot by writing your own [cogs](/cogs
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. you might need to enter a venv on some systems.
```bash ```bash
pip install -r requirements.txt pip install -r requirements.txt
# you can also do it in a venv:
python -m venv venv
source venv/bin/activate
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.
*it should look something like this:* *it should look something like this:*