cog and main.py overall refactoring, organization improvements
This commit is contained in:
11
README.md
11
README.md
@@ -1,7 +1,7 @@
|
||||
# muzovkantV2
|
||||
### shitty (half-)vibecoded discord bot
|
||||
## overall
|
||||
you can use this as a base for your discord bot by 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/), installing cogs from repositories, or as is.
|
||||
|
||||
## installation
|
||||
1. clone the repo
|
||||
@@ -13,13 +13,12 @@ cd muzovkantv2
|
||||
```bash
|
||||
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 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](/config.py) to your liking.
|
||||
you can then edit the configs of main.py and the configs of each cog to your liking.
|
||||
|
||||
## usage
|
||||
the bot is running when the main.py script is running.
|
||||
@@ -46,10 +45,8 @@ sudo systemctl restart muzovkantv2
|
||||
```
|
||||
|
||||
## 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.
|
||||
if you have any feedback, contact me on git issues or/and discord. if you want to add any functionality 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*
|
||||
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user