added line to start the loop
This commit is contained in:
parent
5b8c433e95
commit
65d6badbf6
1 changed files with 1 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue