Added on_invite_create event abc
This commit is contained in:
		| @@ -1,7 +1,12 @@ | ||||
| from abc import ABC, abstractmethod | ||||
| import discord | ||||
|  | ||||
|  | ||||
| class OnInviteCreateABC(ABC): | ||||
|  | ||||
|     @abstractmethod | ||||
|     def __init__(self): pass | ||||
|  | ||||
|     @abstractmethod | ||||
|     async def on_invite_create(self, invite: discord.Invite): pass | ||||
|      | ||||
		Reference in New Issue
	
	Block a user