This commit is contained in:
vulpine 2020-07-31 13:38:04 +00:00
parent 0a7b54c499
commit c855d9c8ea
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ async def coffeeup(self,c,n,m):
self.coffee.update(dict(name='cupcount',value=cc['value']+1),['name'])
else:
self.coffee.insert(dict(name='cupcount',value=1))
await self.message(c, '[\x036coffee\x0f] ・゜゜・。。・゜゜c[_] COFFEE UP!')
await self.message(c, '[\x036coffee\x0f] ・゜゜・。。・゜゜c[~] COFFEE UP!')
elif "cupcount" in m:
await self.message(c, '[\x036coffee\x0f] {} delicious cups of {}coffee served so far!'.format(
self.coffee.find_one(name='cupcount')['value'], random.choice(self.coffeetypes)