Skip to content

Commit

Permalink
Merge pull request rubenlagus#26 from rubenlagus/dev
Browse files Browse the repository at this point in the history
Bots API 2.0
  • Loading branch information
rubenlagus committed Apr 12, 2016
2 parents 2fb8cf4 + 0b73aba commit 9bb71cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public JSONObject toJson() {
for (KeyboardRow innerRow : this.keyboard) {
JSONArray innerJSONKeyboard = new JSONArray();
for (KeyboardButton button : innerRow) {
innerJSONKeyboard.put(button);
innerJSONKeyboard.put(button.toJson());
}
jsonkeyboard.put(innerJSONKeyboard);
}
Expand Down

0 comments on commit 9bb71cb

Please sign in to comment.