1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-11-01 13:02:38 +00:00

Add stop message and increase timer

This commit is contained in:
Myned 2020-10-22 19:18:16 -04:00
parent 4608d533a1
commit f8407577c1
No known key found for this signature in database
GPG key ID: D42B2DAADE7D2AB5

View file

@ -75,8 +75,9 @@ class Weeb(cmds.Cog):
browser.quit()
self.weebing = False
print('STOPPED : weebing')
await asyncio.sleep(60)
await asyncio.sleep(120)
except Exception as e:
tb.print_exc()