Refactor cogs and update author formatting
Updated `__init__.py` to import specific cog classes and added asynchronous `setup` functions for each. Modified `info.json` to improve the formatting of the "author" field for better readability.
This commit is contained in:
@@ -1 +1,4 @@
|
||||
from .kofishop import setup
|
||||
from .kofishop import KofiShop
|
||||
|
||||
async def setup(bot):
|
||||
await bot.add_cog(KofiShop(bot))
|
||||
|
||||
Reference in New Issue
Block a user