Skip to content

Commit

Permalink
Updating...
Browse files Browse the repository at this point in the history
  • Loading branch information
Devil-Botz authored Jan 21, 2023
1 parent e65ae20 commit fe50e10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ def humanbytes(size):
size /= power
n += 1
return str(round(size, 2)) + " " + Dic_powerN[n] + 'B'

async def get_shortlink(chat_id, link):
settings = await get_settings(chat_id) #fetching settings for group
if 'shortlink' in settings.keys():
Expand Down

0 comments on commit fe50e10

Please sign in to comment.