change the failure delete message with the rmkeepchan

This commit is contained in:
vulpine 2021-01-12 19:48:12 -05:00
parent 7fdcb95d8f
commit c87a1660be
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ async def rmkeep(self,c,n,m):
else:
await self.message(c, '[\x036keep\x0f] did not remove any')
else:
await self.message(c,'[\x036keep\x0f] you must have +o in #balun')
await self.message(c,f'[\x036keep\x0f] you must have +o in {self.rmkeepchan}')
async def init(self):
self.keepdb = shared.db['keep']