Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
Updating.....
  • Loading branch information
MrMKN authored Jun 20, 2023
1 parent 34c578f commit b601ae7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
logger = logging.getLogger(__name__)
logger.setLevel(logging.INFO)

BTN_URL_REGEX = re.compile(
r"(\[([^\[]+?)\]\((buttonurl|buttonalert):(?:/{0,2})(.+?)(:same)?\))"
)
BTN_URL_REGEX = re.compile(r"(\[([^\[]+?)\]\((buttonurl|buttonalert):(?:/{0,2})(.+?)(:same)?\))")

imdb = Cinemagoer()

Expand All @@ -33,15 +31,17 @@ class temp(object):
BANNED_USERS = []
BANNED_CHATS = []
ME = None
CURRENT=int(os.environ.get("SKIP", 2))
CURRENT=int(2)
CANCEL = False
MELCOW = {}
U_NAME = None
B_NAME = None
B_LINK = None
SETTINGS = {}
BUTTONS = {}

GP_BUTTONS = {}
PM_BUTTONS = {}
PM_SPELL = {}
GP_SPELL = {}

async def is_subscribed(bot, query):
try:
Expand Down

0 comments on commit b601ae7

Please sign in to comment.