diff --git a/litecord/blueprints/checks.py b/litecord/blueprints/checks.py index 5a6846c..e897c21 100644 --- a/litecord/blueprints/checks.py +++ b/litecord/blueprints/checks.py @@ -66,7 +66,7 @@ async def channel_check(user_id, channel_id, *, ctype = ChannelType(chan_type) - if not isinstance(only, list): + if only and not isinstance(only, list): only = [only] if only and ctype not in only: