From 65d6badbf6bd40bb2504cf1c6cdca76e7ee61618 Mon Sep 17 00:00:00 2001 From: phixxy Date: Wed, 4 Sep 2024 20:41:24 -0700 Subject: [PATCH] added line to start the loop --- cogs/ytdl.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cogs/ytdl.py b/cogs/ytdl.py index a48f430..d886760 100644 --- a/cogs/ytdl.py +++ b/cogs/ytdl.py @@ -9,6 +9,7 @@ class YoutubeDL(BotBaseCog): def __init__(self, bot): super().__init__(bot) self.setup(__class__.__name__) + self.check_for_downloads.start() @commands.command() async def youtubedl(self, ctx):