diff --git a/divent/__main__.py b/divent/__main__.py index 338ba35..e3d046d 100644 --- a/divent/__main__.py +++ b/divent/__main__.py @@ -1,3 +1,3 @@ -from .bot import run +from .bot import run # type: ignore run()