From 271f5b24e153f4f807f1bd8ddedb31d3cf533591 Mon Sep 17 00:00:00 2001 From: perforat Date: Mon, 9 Mar 2026 14:07:16 +0500 Subject: [PATCH 1/4] Update config.py --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 41a1842..f275d69 100644 --- a/config.py +++ b/config.py @@ -1,4 +1,3 @@ -python import os from dotenv import load_dotenv @@ -41,3 +40,4 @@ HELP_TEXT = ( "префикс: `!`\n" "в лс отпишите по предложениям че в бота докинуть" ) + -- 2.49.1 From 09ac3cc0f3eeba938190cfb15ed6f7cd55862778 Mon Sep 17 00:00:00 2001 From: perforat Date: Mon, 9 Mar 2026 14:49:16 +0500 Subject: [PATCH 2/4] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 90b157f..b31987d 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ cd muzovkantv2 2. install the requirements ```bash 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. *it should look something like this:* -- 2.49.1 From c2b2d3f353f34ee89b807e4cd2d035f86ee58c16 Mon Sep 17 00:00:00 2001 From: perforat Date: Mon, 9 Mar 2026 14:49:44 +0500 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b31987d..bb6c074 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # muzovkantV2 ### shitty (half-)vibecoded discord bot ## overall -you can use this as a base for your discord bot, writing your own [cogs](/cogs/), or as is. +you can use this as a base for your discord bot by writing your own [cogs](/cogs/), or as is. ## installation -- 2.49.1 From 6ec694e889e57701331cc00f280eefe128592dcb Mon Sep 17 00:00:00 2001 From: perforat Date: Mon, 9 Mar 2026 14:53:52 +0500 Subject: [PATCH 4/4] Update README.md --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index bb6c074..37e7db3 100644 --- a/README.md +++ b/README.md @@ -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 cd muzovkantv2 ``` -2. install the requirements +2. install the requirements. you might need to enter a venv on some systems. ```bash 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. *it should look something like this:* -- 2.49.1