Skip to content
This repository was archived by the owner on Aug 25, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bot = new nodeogram.Bot('your-token-goes-here');
bot.init();

bot.on('message', message => {
var keyboard = new Keyboard([], {one_time_keyboard: true});
var keyboard = new nodeogram.Keyboard([], {one_time_keyboard: true});
keyboard.addButton(0, 0, "Girl");
keyboard.addButton(0, 1, "Boy");

Expand Down Expand Up @@ -81,4 +81,4 @@ Please refer to the [Nodeogram documentation](https://dev.albertocoscia.me/nodeo
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <http://www.gnu.org/licenses/>.