Spaces:
Running
Running
Update plugins/bot.py
Browse files- plugins/bot.py +2 -5
plugins/bot.py
CHANGED
|
@@ -113,12 +113,9 @@ async def lol(ult):
|
|
| 113 |
pic = choice(pic)
|
| 114 |
uptime = time_formatter((time.time() - start_time) * 1000)
|
| 115 |
header = udB.get_key("ALIVE_TEXT") or get_string("bot_1")
|
| 116 |
-
|
| 117 |
-
xx = Repo().remotes[0].config_reader.get("url")
|
| 118 |
-
rep = xx.replace(".git", f"/tree/{y}")
|
| 119 |
-
kk = f" `[{y}]({rep})` "
|
| 120 |
if inline:
|
| 121 |
-
kk = f"<a href=
|
| 122 |
parse = "html"
|
| 123 |
als = in_alive.format(
|
| 124 |
header,
|
|
|
|
| 113 |
pic = choice(pic)
|
| 114 |
uptime = time_formatter((time.time() - start_time) * 1000)
|
| 115 |
header = udB.get_key("ALIVE_TEXT") or get_string("bot_1")
|
| 116 |
+
kk = f" [`main`](https://t.me/teamkanha) "
|
|
|
|
|
|
|
|
|
|
| 117 |
if inline:
|
| 118 |
+
kk = f"<a href='https://t.me/teamkanha'>main</a>"
|
| 119 |
parse = "html"
|
| 120 |
als = in_alive.format(
|
| 121 |
header,
|