[RSS] Initial commit
This commit is contained in:
9
rss/__init__.py
Normal file
9
rss/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from redbot.core import commands
|
||||
|
||||
from .rss import RSS
|
||||
|
||||
|
||||
async def setup(bot: commands.Bot):
|
||||
n = RSS(bot)
|
||||
bot.add_cog(n)
|
||||
n.initialize()
|
||||
Reference in New Issue
Block a user