Skip to content

Instantly share code, notes, and snippets.

@AlbericoD
Last active October 5, 2019 15:58
Show Gist options
  • Save AlbericoD/a7fca5668f05ee56dc89d29e3df64016 to your computer and use it in GitHub Desktop.
Save AlbericoD/a7fca5668f05ee56dc89d29e3df64016 to your computer and use it in GitHub Desktop.
passo 1
console.log("FERRAMENTAS ESTÃO OK");
const tmi = require('tmi.js');
const NOME_DO_BOT = 'NOME DA SUA CONTA DE BOT'
const NOME_DO_CANAL_QUE_O_BOT_VAI_FICAR = 'NOME DO CANAL'
const O_TOKEN_DO_PASSO_4 = 'TOKEN'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment