diff --git a/redbot/cogs/streams/streams.py b/redbot/cogs/streams/streams.py index f9d292325..a2049c994 100644 --- a/redbot/cogs/streams/streams.py +++ b/redbot/cogs/streams/streams.py @@ -775,9 +775,6 @@ class Streams(commands.Cog): stream.messages.clear() await self.save_streams() - except StreamNotFound: - to_remove.append(stream) - continue else: if stream.messages: continue