mirror of
https://github.com/kurbezz/utility-bot.git
synced 2025-12-06 11:05:36 +01:00
Init
This commit is contained in:
10
src/config.py
Normal file
10
src/config.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from pydantic_settings import BaseSettings
|
||||
|
||||
|
||||
class Config(BaseSettings):
|
||||
BOT_TOKEN: str
|
||||
BASE_WEBHOOK_URL: str
|
||||
WEBHOOK_SECRET: str
|
||||
|
||||
|
||||
config = Config() # type: ignore
|
||||
Reference in New Issue
Block a user