SeaswimmerTheFsh
52752f06b5
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 17s
5 lines
86 B
Python
5 lines
86 B
Python
from .issues import Issues
|
|
|
|
|
|
async def setup(bot):
|
|
await bot.add_cog(Issues(bot))
|