Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Faker authored and Faker committed Oct 17, 2022
1 parent 6f840e4 commit a0590c6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion m_jd_active_scan.js

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions m_jd_fans_redPackt.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions magic.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion magic.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ async def get_activity_info(text):
return activity_id, url


@client.on(events.NewMessage(chats=monitor_cars, pattern=r'(([\s\S]*)export\s?\w*=(".*"|\'.*\')([\s\S]*)|[/ikun])'))
@client.on(events.NewMessage(chats=monitor_cars, pattern=r'(export\s?\w*=(".*"|\'.*\')|[/ikun])'))
async def handler(event):
origin = event.message.text
text = re.findall(r'https://i.walle.com/api\?data=(.+)?\)', origin)
Expand Down

0 comments on commit a0590c6

Please sign in to comment.