Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
2c15814
1
Parent(s):
9af8109
Update string.py
Browse files- Powers/utils/string.py +3 -1
Powers/utils/string.py
CHANGED
|
@@ -2,9 +2,11 @@ from time import time
|
|
| 2 |
from html import escape
|
| 3 |
from typing import List
|
| 4 |
from re import compile as compile_re
|
|
|
|
|
|
|
| 5 |
from Powers.utils.chat_type import chattype
|
| 6 |
from Powers.utils.parser import escape_markdown
|
| 7 |
-
|
| 8 |
|
| 9 |
|
| 10 |
BTN_URL_REGEX = compile_re(r"(\[([^\[]+?)\]\(buttonurl:(?:/{0,2})(.+?)(:same)?\))")
|
|
|
|
| 2 |
from html import escape
|
| 3 |
from typing import List
|
| 4 |
from re import compile as compile_re
|
| 5 |
+
from pyrogram.types import Message, InlineKeyboardButton
|
| 6 |
+
|
| 7 |
from Powers.utils.chat_type import chattype
|
| 8 |
from Powers.utils.parser import escape_markdown
|
| 9 |
+
|
| 10 |
|
| 11 |
|
| 12 |
BTN_URL_REGEX = compile_re(r"(\[([^\[]+?)\]\(buttonurl:(?:/{0,2})(.+?)(:same)?\))")
|