Skip to content

Instantly share code, notes, and snippets.

View senselessnick's full-sized avatar

Code for food senselessnick

View GitHub Profile
@senselessnick
senselessnick / code.gs
Last active September 25, 2022 18:57
Free AppsScript-hosted telegram bot
const TOKEN = 'INSERT-BOT-TOKEN-HERE',
WEBHOOK = 'Apps script deployment url',
HANDLERS = [
{
event: TBOT2.voice,
handler: (bot) => {
bot.apiRequest("sendMessage", {
text: "SHUT UP",
chat_id: bot.update.message.chat.id,
reply_to_message_id: bot.update.message.message_id