telegram deciding 100
This commit is contained in:
parent
4ea2dc39d9
commit
86d798fa79
|
@ -113,7 +113,7 @@ async def main():
|
|||
@error_dec
|
||||
@client.on(events.NewMessage)
|
||||
async def handle_new_channel_message(e):
|
||||
if e.from_id != 1087968824 or not e.fwd_from:
|
||||
if not (e.from_id == 1087968824 and e.fwd_from or not e.from_id):
|
||||
return
|
||||
chat_data = get_chat_data(e.chat_id)
|
||||
if not chat_data['enabled']:
|
||||
|
|
Loading…
Reference in New Issue