added line to start the loop

This commit is contained in:
phixxy 2024-09-04 20:41:24 -07:00
parent 5b8c433e95
commit 65d6badbf6

View file

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