diff --git a/rss/rss.py b/rss/rss.py index 20aca64..951f368 100644 --- a/rss/rss.py +++ b/rss/rss.py @@ -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.