From 92d221ff70f3a5c7b33726b3a786ab96c0be0731 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Mon, 6 May 2024 21:43:08 -0400 Subject: [PATCH] fix(aurora): forgot a file! --- aurora/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aurora/__init__.py b/aurora/__init__.py index a66006c..49ef5ec 100644 --- a/aurora/__init__.py +++ b/aurora/__init__.py @@ -1,4 +1,4 @@ -from aurora.aurora import Aurora +from .aurora import Aurora async def setup(bot):