diff --git a/redbot/cogs/streams/streams.py b/redbot/cogs/streams/streams.py index 1f1bed471..f9d292325 100644 --- a/redbot/cogs/streams/streams.py +++ b/redbot/cogs/streams/streams.py @@ -715,10 +715,7 @@ class Streams(commands.Cog): async def _stream_alerts(self): await self.bot.wait_until_ready() while True: - try: - await self.check_streams() - except asyncio.CancelledError: - pass + await self.check_streams() await asyncio.sleep(await self.config.refresh_timer()) async def _send_stream_alert(