Merge pull request #5 from rejnronuzz/main

1
This commit was merged in pull request #5.
This commit is contained in:
2026-03-09 15:01:34 +05:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
# muzovkantV2 # muzovkantV2
### shitty (half-)vibecoded discord bot ### shitty (half-)vibecoded discord bot
## overall ## 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 ## installation
@@ -10,7 +10,7 @@ you can use this as a base for your discord bot, 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
``` ```