mega345evolutions commited on
Commit
74c4c1d
·
verified ·
1 Parent(s): ec825bc

Update plugins/bot.py

Browse files
Files changed (1) hide show
  1. 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
- y = Repo().active_branch
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={rep}>{y}</a>"
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,