WoodMan 潛水喵 says to OwO
bot.addCmd('test', function(message, args) { message.replyMsg('owo', { reply_markup: JSON.stringify({ inline_keyboard : [ [{ text: "owo", callback_data: "owo" }, { text: "ouo", callback_data: "ouo" } text: "QwQ" callback_data: "QwQ" }] ] }) }).onCallbackQuery(function(cbq){ cbq.message.editText(cbq.from.username + " " + cbq.data); }).onReply(function(newMsg,myMsg){ myMsg.editText(newMsg.from.username + " " + newMsg.text); }); },'owo'); @newyen2 這樣(應該是