6 lines
67 B
Python
6 lines
67 B
Python
from discord.ext.commands import Cog
|
|
|
|
|
|
class LionCog(Cog):
|
|
...
|