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