rewrite: Various bug fixes.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user