diff --git a/interactions/client/models/utils.py b/interactions/client/models/utils.py index ea6f31a9a..f241fb4c8 100644 --- a/interactions/client/models/utils.py +++ b/interactions/client/models/utils.py @@ -8,7 +8,7 @@ if TYPE_CHECKING: from ..context import CommandContext -__all__ = ("autodefer", "spread_to_rows") +__all__ = ("autodefer", "spread_to_rows", "search_iterable") _T = TypeVar("_T")