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