rewrite: Core framework.

This commit is contained in:
2022-11-11 08:04:23 +02:00
parent 2121749238
commit 7249e25975
14 changed files with 715 additions and 151 deletions

5
bot/meta/LionCog.py Normal file
View File

@@ -0,0 +1,5 @@
from discord.ext.commands import Cog
class LionCog(Cog):
...