with exc
This commit is contained in:
3
basethon/exceptions.py
Normal file
3
basethon/exceptions.py
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
from telethon.errors import UserDeactivatedBanError, UserDeactivatedError
|
||||||
|
|
||||||
|
ThonBannedError = (UserDeactivatedError, UserDeactivatedBanError)
|
||||||
Reference in New Issue
Block a user