Change LOG to LOG_CHANNEL.

This commit is contained in:
anonymousx97 2023-06-08 11:22:58 +05:30
parent 11c621595d
commit 2b8fdd67f4
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ API_HASH="abcd1238fn...."
DEV_MODE = "no"
LOG=-10012345678
LOG_CHANNEL=-10012345678
MESSAGE=12345

View File

@ -61,7 +61,7 @@ bot = Client(
parse_mode=ParseMode.DEFAULT,
)
LOG_CHAT = os.environ.get("LOG")
LOG_CHAT = os.environ.get("LOG_CHANNEL")
if LOG_CHAT is None:
print("Enter log channel id in config")