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:
parent
4608d533a1
commit
f8407577c1
1 changed files with 2 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue