4 lines
81 B
Python
4 lines
81 B
Python
class Config:
|
|
BOT_NAME = "ITMOshkaBot"
|
|
HOST = "localhost"
|
|
PORT = 8000 |