This commit is contained in:
jack1142
2021-01-08 18:41:58 +01:00
committed by GitHub
parent 76aaed32bc
commit d8c29b09b4

View File

@@ -477,7 +477,7 @@ class RSS(commands.Cog):
pass
@rss.command(name="add")
async def _rss_add(self, ctx, feed_name: str, channel: Optional[discord.TextChannel] = None, url: str):
async def _rss_add(self, ctx, feed_name: str, channel: Optional[discord.TextChannel] = None, *, url: str):
"""
Add an RSS feed to a channel.