diff --git a/interactions/client/models/component.py b/interactions/client/models/component.py index 0da8f57b1..4ac31c2e0 100644 --- a/interactions/client/models/component.py +++ b/interactions/client/models/component.py @@ -412,6 +412,9 @@ def __check_components(): 11, message="The specified components are invalid and could not be created!" ) + if not components: + return components + _components = __check_action_row() if _components: