4 lines
No EOL
100 B
Python
4 lines
No EOL
100 B
Python
from .repoupdates import RepoUpdates
|
|
|
|
async def setup(bot):
|
|
await bot.add_cog(RepoUpdates(bot)) |