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