Skip to content

Commit

Permalink
Update memes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Spyderzz committed Dec 22, 2019
1 parent 622b912 commit b8d5f1f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions userbot/modules/memes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1174,13 +1174,7 @@ async def insult(e):
@register(outgoing=True, pattern="^.pro$")
async def insult(e):
""" Insult some Pros """
await e.edit(choice(PRO_STRINGS))


@register(outgoing=True, pattern="^.thanos$")
async def insult(e):
""" I make you cry !! """
await e.edit(choice(THANOS_STRING))
await e.edit(choice(PRO_STRINGS))


@register(outgoing=True, pattern="^.abusehard$")
Expand Down Expand Up @@ -1339,8 +1333,6 @@ async def typewriter(typew):
\n\n.mock\
\n\n.abusehard\
\nUsage: You already got that! Ain't?.\
\n\n.thanos\
\nUsage: Try and then Snap.\
\n\n.noob\
\nUsage: Whadya want to know? Are you a NOOB?\
\n\n.pro\
Expand Down

0 comments on commit b8d5f1f

Please sign in to comment.