This commit is contained in:
NikolajDanger
2021-02-01 15:36:20 +01:00
parent 56a01884f7
commit c89a772392

View File

@ -231,7 +231,7 @@ class BedreNetflix():
oldMessage = await ctx.send(messageText)
while ((not allDownloaded) and updatesLeft > 0):
await asyncio.sleep(60)
await asyncio.sleep(30)
updatesLeft -= 1
messageText, allDownloaded = await self.genDownloadList()
messageText = messageText[:-3]+"\nThis message will update once every 30 seconds for "+str(math.floor(updatesLeft/2))+" more minutes\n```"