🐛
This commit is contained in:
@ -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```"
|
||||
|
Reference in New Issue
Block a user