Files
muzovkantv2/README.md
2026-03-09 14:49:44 +05:00

1021 B

muzovkantV2

shitty (half-)vibecoded discord bot

overall

you can use this as a base for your discord bot by writing your own cogs, or as is.

installation

  1. clone the repo
git clone https://github.com/rejnronuzz/muzovkantv2.git
cd muzovkantv2
  1. install the requirements
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
  1. insert your discord bot token and thecatapi token into the .env file. it should look something like this:
DISCORD_TOKEN=abc123abc
CAT_API_KEY=live_abc123abc

you can then edit the config.py to your liking.

contacting

if you have any feedback, contact me on github issues or/and discord. if you want to add any functions to this bot, make a PR. when submitting a bug report, make sure to attach the bot.log files. they generate automatically in root directory.

discord: rejnronuz

yo