Skip to content

Commit

Permalink
Update Hentai.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xhrvan authored Jun 16, 2021
1 parent 69dd932 commit ba76d06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Hentai.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import requests
import ShasaBot.modules.hentai as hemtai
import EvilBot.modules.hentai as hemtai
from PIL import Image
import os

from telegram import Message, Chat, Update, Bot, MessageEntity
from telegram import ParseMode
from telegram.ext import CommandHandler, run_async

from ShasaBot import dispatcher, updater
from EvilBot import dispatcher, updater


def is_user_in_chat(chat: Chat, user_id: int) -> bool:
Expand Down

0 comments on commit ba76d06

Please sign in to comment.