File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change 4
4
from core .git import repo
5
5
from core .version import version
6
6
from telethon .errors import BotMethodInvalidError , ChatSendMediaForbiddenError
7
- from telethon .version import __version__
7
+ from telethon .extensions import html , markdown
8
8
from telethon .utils import resolve_bot_file_id
9
- from telethon .extensions import markdown , html
9
+ from telethon .version import __version__
10
+
10
11
from .. import *
11
12
12
13
buttons = [
@@ -77,14 +78,14 @@ async def alive_func(ult):
77
78
else :
78
79
parse = markdown
79
80
als = get_string ("alive_1" ,
80
- header ,
81
- OWNER_NAME ,
82
- f"{ version } [{ HOSTED_ON } ]" ,
83
- uptime ,
84
- python_version (),
85
- __version__ ,
86
- kk ,
87
- )
81
+ header ,
82
+ OWNER_NAME ,
83
+ f"{ version } [{ HOSTED_ON } ]" ,
84
+ uptime ,
85
+ python_version (),
86
+ __version__ ,
87
+ kk ,
88
+ )
88
89
89
90
if a := udB .get_key ("ALIVE_EMOJI" ):
90
91
als = als .replace ("✵" , a )
@@ -121,8 +122,6 @@ async def alive_func(ult):
121
122
)
122
123
123
124
124
-
125
-
126
125
@in_pattern ("alive" , owner = True )
127
126
async def inline_alive (ult ):
128
127
pic = udB .get_key ("ALIVE_PIC" )
You can’t perform that action at this time.
0 commit comments