diff --git a/BotBase/methods/__init__.py b/BotBase/methods/__init__.py index 47c7d56..6918e27 100644 --- a/BotBase/methods/__init__.py +++ b/BotBase/methods/__init__.py @@ -1,2 +1,3 @@ __version__ = (2, 1, 0) -from ._wrapper import MethodWrapper +from .custom_filters import * +from .wrapper import MethodWrapper