h - Move left
j - Move down
k - Move up
l - Move right
$ - Move to end of line
0 - Move to beginning of line (including whitespace)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const subjects = [ | |
{ | |
name: "Quizzes", | |
icon_custom_emoji_id: "5433614043006903194", | |
text: "Quizzes Topic", | |
}, | |
// etc | |
]; | |
const telegramToken = ""; | |
const chatId = ""; |