- Implemented echo bot and ability to quickly modify bot commands

- reworked config to grab values from .env
- Added a requirements file(with modules needed for bot to function)
- Added a separate bot initialization file for simpler launching
This commit is contained in:
2025-07-24 00:53:13 +03:00
parent fdcad46ace
commit 977d25538d
7 changed files with 61 additions and 10 deletions

View File

@ -1,7 +1,8 @@
from minio import Minio
from random import randint
import DBwork
import config
from src import config
def _setClient():
minio_client = Minio(