rewrite: Add empty test setup.
This commit is contained in:
9
src/modules/test/__init__.py
Normal file
9
src/modules/test/__init__.py
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user