Skip to content

Commit

Permalink
ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
code-rgb committed Jul 20, 2020
1 parent 6a46e11 commit 7aed411
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions userge/plugins/fun/weebo.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import requests
from html_telegraph_poster import TelegraphPoster
jikan = Jikan()
t = TelegraphPoster(use_api=False)

async def anime_call_api(search_str):
query = '''
Expand Down
4 changes: 3 additions & 1 deletion userge/plugins/tools/alive.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
async def alive(message: Message):
await message.delete()
await sendit(message)
LicenseX = "[v3.0 GNU](https://github.com/UsergeTeam/Userge/blob/master/LICENSE)"
output = f"""
****USERGE-X is Up and Running****
Expand All @@ -27,7 +28,8 @@ async def alive(message: Message):
• 🤖** Pyrogram** : `v{versions.__pyro_version__}`
• 🧬** Userge** : `v{get_version()}`
• 🌟** Repo** : [Userge-X]({Config.UPSTREAM_REPO})
• 📑** License** : {versions.__license__}
• 📑** License** : {LicenseX}
"""
await message.client.send_message(message.chat.id, output, disable_web_page_preview=True)

Expand Down

0 comments on commit 7aed411

Please sign in to comment.