Added on_relationship_add event abc
This commit is contained in:
		| @@ -1,7 +1,11 @@ | ||||
| from abc import ABC, abstractmethod | ||||
|  | ||||
| import discord | ||||
|  | ||||
| class OnRelationshipAddABC(ABC): | ||||
|  | ||||
|     @abstractmethod | ||||
|     def __init__(self): pass | ||||
|  | ||||
|     @abstractmethod | ||||
|     async def on_relationship_add(self, relationship: discord.Relationship): pass | ||||
|      | ||||
		Reference in New Issue
	
	Block a user