fix gems mining
This commit is contained in:
parent
c9052d8234
commit
c6ee992980
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import re
|
|||
async def automine_avocado_task(client):
|
||||
logger.info('Automine module started')
|
||||
|
||||
@client.on(events.NewMessage(pattern='удалось намайнить', chats=(6333102398,)))
|
||||
@client.on(events.NewMessage(pattern='.*удалось намайнить.*', chats=(6333102398,)))
|
||||
async def automine_success(event):
|
||||
m = event.message
|
||||
if states.automine_enabled:
|
||||
|
|
Loading…
Reference in a new issue