Skip to content

Commit

Permalink
Update telegraph.py
Browse files Browse the repository at this point in the history
  • Loading branch information
YashMorya authored Apr 29, 2021
1 parent 7fd92b2 commit fe4d470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LightYagami/modules/telegraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
auth_url = r["auth_url"]


@register(pattern="^/t(m|t) ?(.*)")
@register(pattern="^/telegraph (m|t) ?(.*)")
async def _(event):
if event.fwd_from:
return
Expand Down

0 comments on commit fe4d470

Please sign in to comment.