diff --git a/src/modules/test/__init__.py b/src/modules/test/__init__.py new file mode 100644 index 00000000..326c9536 --- /dev/null +++ b/src/modules/test/__init__.py @@ -0,0 +1,9 @@ + + +async def setup(bot): + # from .test import TestCog + # from .data import test_data + + # bot.db.load_registry(test_data) + # await bot.add_cog(TestCog(bot)) + pass