mirror of
https://github.com/anonymousx97/social-dl.git
synced 2025-02-20 11:13:19 +08:00
Change LOG to LOG_CHANNEL.
This commit is contained in:
parent
11c621595d
commit
2b8fdd67f4
@ -4,7 +4,7 @@ API_HASH="abcd1238fn...."
|
||||
|
||||
DEV_MODE = "no"
|
||||
|
||||
LOG=-10012345678
|
||||
LOG_CHANNEL=-10012345678
|
||||
|
||||
MESSAGE=12345
|
||||
|
||||
|
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user