diff --git a/litecord/blueprints/guild/channels.py b/litecord/blueprints/guild/channels.py index 21d89ec..0cb3666 100644 --- a/litecord/blueprints/guild/channels.py +++ b/litecord/blueprints/guild/channels.py @@ -62,7 +62,7 @@ async def create_guild_channel(guild_id: int, channel_id: int, await _specific_chan_create(channel_id, ctype, **kwargs) -@bp.route('//channels', methods=['GET']) +@bp.route('//channels', methods=['GET']) async def get_guild_channels(guild_id): """Get the list of channels in a guild.""" user_id = await token_check()