diff --git a/litecord/storage.py b/litecord/storage.py index e91bc58..5ab71b6 100644 --- a/litecord/storage.py +++ b/litecord/storage.py @@ -1310,5 +1310,6 @@ class Storage: """, guild_id, ) - + if features is None: + return False return feature.upper() in features