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
// Constants | |
const TOKEN = `Telegram API Key`; | |
const BASE_URL = `https://api.telegram.org/bot${TOKEN}`; | |
const CHAT_ID = 'ChatID'; | |
const DEPLOYED_URL = 'Script Deploy URL'; | |
const SUM_CELL_CHI = 'E2'; | |
const SUM_CELL_THU = 'F2' | |
const CON_LAI = 'G2' | |
const METHODS = { |