mirror of
https://github.com/hencaric/SCNewsBot.git
synced 2026-08-18 07:26:02 +01:00
minor tweaks
This commit is contained in:
@@ -5,6 +5,10 @@ class Config:
|
||||
def __init__(self, config: dict):
|
||||
self.config = config
|
||||
|
||||
@property
|
||||
def embed_color(self) -> int:
|
||||
return 0x1ABC9C
|
||||
|
||||
@property
|
||||
def debug(self) -> bool:
|
||||
return self.config.get("debug", False)
|
||||
|
||||
Reference in New Issue
Block a user