add first corg

This commit is contained in:
2026-02-28 18:49:54 +01:00
parent 292df66218
commit cb99250e03
4 changed files with 47 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
from .mrunknownde import MrUnknownDE
async def setup(bot):
await bot.add_cog(MrUnknownDE(bot))