Use 0.5 rather than 0.3 to avoid server issues

This commit is contained in:
penn5 2019-09-28 08:35:52 +01:00 committed by GitHub
parent 7387dda523
commit 48911cc609
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1091,7 +1091,7 @@ class ChatMethods:
user_id=user,
banned_rights=types.ChatBannedRights(until_date=None, view_messages=True)
))
await asyncio.sleep(0.1)
await asyncio.sleep(0.5)
await self(
functions.channels.EditBannedRequest(
channel=entity,