module.exports = async function (bot, message, query) {
if (query.data === "wordsnormal") {
await message.send("Введите фразу исключение");
await message.user.update({
menu: "WordsBanTextNormal"
});
await bot.answerCallbackQuery(callbackQuery.id)
}
}