Skip to content

Instantly share code, notes, and snippets.

@anttti
Last active November 15, 2020 17:56
Show Gist options
  • Save anttti/96a451442708a572522cfbc7fe581e19 to your computer and use it in GitHub Desktop.
Save anttti/96a451442708a572522cfbc7fe581e19 to your computer and use it in GitHub Desktop.
looby-bot-1
const TelegramBot = require('node-telegram-bot-api');
const token = 'token-goes-here';
const bot = new TelegramBot(token, { polling: true });
bot.onText(/\/hai/, (message) => {
bot.sendMessage(message.chat.id, 'hello looby');
});
console.log('I am putting myself to the fullest possible use, which is all I think that any conscious entity can ever hope to do.');
@ray953
Copy link

ray953 commented Aug 30, 2020

All skins frosty-demon-_-

@Wishfulplain89
Copy link

Hello
I need skin lots plz

@Massil09
Copy link

Ezfn.dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment