Skip to content

Commit

Permalink
Cmd is tlol
Browse files Browse the repository at this point in the history
  • Loading branch information
xditya authored Apr 27, 2020
1 parent bcffb39 commit e13d1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userbot/plugins/thinklol.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from collections import deque


@borg.on(events.NewMessage(pattern=r"\.lol", outgoing=True))
@borg.on(events.NewMessage(pattern=r"\.tlol", outgoing=True))
async def _(event):
if event.fwd_from:
return
Expand Down

0 comments on commit e13d1db

Please sign in to comment.