diff --git a/pydis_core/utils/channel.py b/pydis_core/utils/channel.py index 48adfb529..7a29de9e4 100644 --- a/pydis_core/utils/channel.py +++ b/pydis_core/utils/channel.py @@ -23,8 +23,8 @@ def is_in_category(channel: discord.TextChannel, category_id: int) -> bool: async def get_or_fetch_channel( - bot: Bot, - channel_id: int + bot: Bot, + channel_id: int, ) -> discord.abc.GuildChannel | discord.abc.PrivateChannel | discord.Thread: """ Attempt to get or fetch the given ``channel_id`` from the bots cache, and return it.