more flexable ducc

This commit is contained in:
vulpine 2020-09-09 11:40:31 -04:00
parent 685ee1e27c
commit ab76b268b8
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ async def pd(self,c,n,m):
print('duck in',c)
elif c in self.duckmsg:
self.duckmsg[c] += 1
if self.duckmsg[c] == 200:
if self.duckmsg[c] == 200 or self.duckmsg[c] == 150 or self.duckmsg[c] == 140:
await self.notice(self.ducknotif,'i predict there will be a duck in {} soon'.format(c))
async def init(self):