rewrite: Various bug fixes.

This commit is contained in:
2023-05-25 16:45:54 +03:00
parent 0863d13088
commit fe8cf35885
11 changed files with 237 additions and 21 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