rewrite: Minor bugfixes.

This commit is contained in:
2023-05-23 18:16:12 +03:00
parent f0dd540876
commit 0e1fb84bcb
6 changed files with 13 additions and 10 deletions

View File

@@ -1,9 +1,9 @@
async def setup(bot):
# from .test import TestCog
from .test import TestCog
# from .data import test_data
# bot.db.load_registry(test_data)
# await bot.add_cog(TestCog(bot))
await bot.add_cog(TestCog(bot))
pass