Skip to content

Commit

Permalink
Update memes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AzaroTaro committed May 18, 2020
1 parent e34bbc4 commit 2a0ab5f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tg_bot/modules/memes.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ def kan(bot: Bot, update: Update):
img = Image.open("temp.png")
img.save("temp.webp","webp")
msg.reply_document(open("temp.webp","rb"))
os.remove("temp.webp")

@run_async
def changemymind(bot: Bot, update: Update):
Expand All @@ -115,7 +114,6 @@ def changemymind(bot: Bot, update: Update):
img = Image.open("temp.png")
img.save("temp.webp","webp")
msg.reply_document(open("temp.webp","rb"))
os.remove("temp.webp")

@run_async
def trumptweet(bot: Bot, update: Update):
Expand All @@ -131,7 +129,6 @@ def trumptweet(bot: Bot, update: Update):
img = Image.open("temp.png")
img.save("temp.webp","webp")
msg.reply_document(open("temp.webp","rb"))
os.remove("temp.webp")


@run_async
Expand Down

0 comments on commit 2a0ab5f

Please sign in to comment.