Answer the question
In order to leave comments, you need to log in
How to make the bot react to edited messages?
Suppose there is a command:
vk.updates.hear(/!Check/i, async(context) => {
await context.reply(Bot is running);
});
How to make the bot react to the edited message?
That is, let's say the user incorrectly wrote the command "!Check", then edited the message to "!Check".
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question