rewrite: Add empty test setup.

This commit is contained in:
2023-03-12 15:23:58 +02:00
parent f654ca58c4
commit 1af12fc187

View 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