v2 refactor to label-based koans, and add discord
This commit is contained in:
5
koans/discord/__init__.py
Normal file
5
koans/discord/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .. import logger
|
||||
|
||||
async def setup(bot):
|
||||
from .cog import KoanCog
|
||||
await bot.add_cog(KoanCog(bot))
|
||||
Reference in New Issue
Block a user