Revert "[Streams] Remove stream alert if stream not found (#4939)" (#4943)

This reverts commit 3c742e39d2bd7d69827b224d95f2d5d6f892313d.
This commit is contained in:
jack1142 2021-04-05 23:40:06 +02:00 committed by GitHub
parent 83deb7c563
commit e2c0f2aca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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