Added on_error update event ABC
This commit is contained in:
		| @@ -5,3 +5,6 @@ class OnErrorABC(ABC): | ||||
|  | ||||
|     @abstractmethod | ||||
|     def __init__(self): pass | ||||
|  | ||||
|     @abstractmethod | ||||
|     async def on_error(self, event: str, *args, **kwargs): pass | ||||
		Reference in New Issue
	
	Block a user