6 lines
98 B
Python
6 lines
98 B
Python
|
from .issuecards import IssueCards
|
||
|
|
||
|
|
||
|
async def setup(bot):
|
||
|
await bot.add_cog(IssueCards(bot))
|