Для того, чтобы пользоваться всеми возможностями группы, пожалуйста, запусти бот @QNextSupportBot. Также, там ты сможешь ознакомиться с руководством по использованию бота @QNextbot.
hi, i'm creating text commands, but i can't get the bot to recognize the same word if it starts with an uppercase letter, i can make it understand the word starting with an uppercase or lowercase letter, but not detect it in both ways
Как обозначить боту ссылку без http? Например, если ссылке преднамеренно подрезали протокол, или если это ссылка на приватный канал/группу, но по прежнему это всё ещё ссылка(?) Здесь боть бьёт если в тексте между 2мя словами есть точка, а как это в регулярке записать?
Как обозначить боту ссылку без http? Например, если ссылке преднамеренно подрезали протокол, или если это ссылка на приватный канал/группу, но по прежнему это всё ещё ссылка(?) Здесь боть бьёт если в тексте между 2мя словами есть точка, а как это в регулярке записать?
бот модерирующий здесь, создан не на Qnextbot. и не все сообщения с точкой между двух слов он удаляет. если речь про joinchat, то достаточно
hi, i'm creating text commands, but i can't get the bot to recognize the same word if it starts with an uppercase letter, i can make it understand the word starting with an uppercase or lowercase letter, but not detect it in both ways
Thanks for help!!!
You can do this:
1. Make a ‘Regular Expression’ 2. For the text, put /(h|H)ello/ It will recognize either ‘hello’ or ‘Hello’
1. Make a ‘Regular Expression’ 2. For the text, put /(h|H)ello/ It will recognize either ‘hello’ or ‘Hello’
I have another question, I want to create a command for the bot to respond with a random response from the ones I have taught it. For example create the command meme and send some random meme
I have another question, I want to create a command for the bot to respond with a random response from the ones I have taught it. For example create the command meme and send some random meme
I don’t know how to do that, but I want to know how to do it
I have another question, I want to create a command for the bot to respond with a random response from the ones I have taught it. For example create the command meme and send some random meme