AstraOS commited on
Commit
78f1e54
Β·
verified Β·
1 Parent(s): 1f3f410

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -542,7 +542,7 @@ def get_bot_description() -> str:
542
  resp = requests.get(
543
  f"https://api.telegram.org/bot{TOKEN}/getMyShortDescription"
544
  ).json()
545
- return resp["result"].get("description", "")
546
 
547
 
548
  # ──────────────────────────────
 
542
  resp = requests.get(
543
  f"https://api.telegram.org/bot{TOKEN}/getMyShortDescription"
544
  ).json()
545
+ return resp["result"].get("short_description", "")
546
 
547
 
548
  # ──────────────────────────────