mirror of https://gitlab.com/litecord/litecord.git
When server has no features, it would not submit changes.
This commit is contained in:
parent
3c9801e99a
commit
2aadcc2360
|
|
@ -1310,5 +1310,6 @@ class Storage:
|
|||
""",
|
||||
guild_id,
|
||||
)
|
||||
|
||||
if features is None:
|
||||
return False
|
||||
return feature.upper() in features
|
||||
|
|
|
|||
Loading…
Reference in New Issue