Skip to content

Commit 30839ff

Browse files
authored
Debug
1 parent 789fbdc commit 30839ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/link_generator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ async def batch(client: Client, message: Message):
6161
channel_id = matches.group(1)
6262
s_msg_id = matches.group(2)
6363
if channel_id.isdigit():
64-
if channel_id == client.db_channel.id
64+
if channel_id == client.db_channel.id:
6565
break
6666
else:
67-
if channel_id == client.db_channel.username
67+
if channel_id == client.db_channel.username:
6868
break
6969
await second_message.reply("Send the link of post from the db channel only", quote=True)
7070
continue

0 commit comments

Comments
 (0)