Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krboktv committed Feb 17, 2019
1 parent 9152099 commit dca6c44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/keyboard/keyboard.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
const Text = require('../text');

const start = [
[Text.keyboard.start.button["0"], Text.keyboard.start.button["1"],],
[Text.keyboard.start.button["0"], Text.keyboard.start.button["1"]],
["🐃 xDAI QR"],
[Text.keyboard.start.button["2"]],
[Text.keyboard.start.button["3"]]
];
Expand Down
1 change: 1 addition & 0 deletions telegram/keyboard/keyboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const Text = require('./../text.json');

const start = [
[Text.keyboard.start.button["0"], Text.keyboard.start.button["1"]],
["🐃 xDAI QR"],
[Text.keyboard.start.button["2"]],
[Text.keyboard.start.button["3"]]
];
Expand Down

0 comments on commit dca6c44

Please sign in to comment.