Async def sample_responses(message: types.Message): if message.text in

['hello']:

how to not worry about upper and lowercase?

8 ответов

27 просмотров

message.text.lower()

md- Автор вопроса
Kürşad
message.text.lower()

where it place? in types.Message.text.lower() ?

md
where it place? in types.Message.text.lower() ?

nop message.text.lower() in ['hello']

just convert everything to lower [ irrespective of lower or upper case input] while processing the requests

md- Автор вопроса
md- Автор вопроса
md- Автор вопроса
md- Автор вопроса
Kürşad
nop message.text.lower() in ['hello']

how about not worrying about space?

Похожие вопросы

Карта сайта