From d8c29b09b4b3e9b7073be689d16338b03cc29a17 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Fri, 8 Jan 2021 18:41:58 +0100 Subject: [PATCH] :( (#197) --- rss/rss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.