- 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:
@ -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(
|
||||
|
||||
Reference in New Issue
Block a user