events.NewMessage(pattern = '/start'))
how can i make an antipattern? for ignoring the messages that starts with "/" in the first handler
Wait what 👀 I can't understand
im trying to use another command but this first handler is being triggered too, so i need something to ignore the commands only in this handler
You can use some regex thing to inverse match, but i guess func= is cleaner than pattern= for invertion
Обсуждают сегодня