mirror of
https://github.com/SantaSpeen/RoyaltyIT-tg-bot.git
synced 2025-07-01 23:35:33 +00:00
WARNING add
This commit is contained in:
parent
9c336d5af6
commit
9a49067c81
@ -43,6 +43,9 @@ class Config:
|
||||
self.static_message = self.raw_config.get("static_message")
|
||||
self.standart_start_message = self.raw_config.get("standart_start_message")
|
||||
|
||||
if self.remote_chat >= 0:
|
||||
print(f"WARNING {self.remote_chat=}")
|
||||
|
||||
@property
|
||||
def new_member_message(self) -> str:
|
||||
if not self.__new_member_message:
|
||||
|
Loading…
x
Reference in New Issue
Block a user