module.exports = { prefix: 'bknoop:', handler: async (bot, query) => { bot.answerCallbackQuery(query.id); } };