Answer the question
In order to leave comments, you need to log in
Why doesn't the lower method work in vkbottle?
Hello! For some reason I can't use the lower method in VKBOTTLE.
from vkbottle.bot import Bot, Message
bot = Bot('token')
@bot.on.message(text='start', lower=True)
async def bdate(ans: Message):
await ans("hello")
bot .run_forever()
KeyError: 'lower'
Answer the question
In order to leave comments, you need to log in
This is an example for old versions of the bottle, in new ones it looks like this
bot.labeler.vbml_ignore_case = True
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question