Initial commit

This commit is contained in:
xtaodada 2021-12-17 20:16:31 +08:00
parent 0849abe0f8
commit 2dc725ce96
No known key found for this signature in database
GPG Key ID: EE4DC37B55E24736
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@ -127,6 +127,7 @@ dump.rdb
keyword.list
requirements2.txt
languages/custom.yml
unknown_errors.txt
# Spyder project settings
.spyderproject

View File

@ -71,7 +71,6 @@ async def status(client: Client, message: Message):
description=lang('ping_des'))
async def ping(client: Client, message: Message):
""" Calculates latency between PagerMaid and Telegram. """
await client.get_users("chainwon_c")
start = datetime.now()
await message.edit("Pong!")
end = datetime.now()