diff --git a/discord_rss_bot/main.py b/discord_rss_bot/main.py index b026a07..6b175ef 100644 --- a/discord_rss_bot/main.py +++ b/discord_rss_bot/main.py @@ -28,6 +28,7 @@ def add( except FeedExistsError: # If the feed already exists, print a message typer.echo(f"{feed_url} already exists") + raise typer.Exit() # Update the feeds reader.update_feeds()