Ruby-Cogs/repoupdates/__init__.py

4 lines
No EOL
100 B
Python

from .repoupdates import RepoUpdates
async def setup(bot):
await bot.add_cog(RepoUpdates(bot))