Skip to content

Instantly share code, notes, and snippets.

@lfreneda
Created October 22, 2018 01:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lfreneda/5bbdb215000b216330bdb340a5361ec0 to your computer and use it in GitHub Desktop.
Save lfreneda/5bbdb215000b216330bdb340a5361ec0 to your computer and use it in GitHub Desktop.
Waaaaaaat is this working?!!
async function Bolsonaro2018 (daQEuTeDouOtra, talkei) {
if (talkei && daQEuTeDouOtra) {
const mito = await db['mitos'].brasilAcimaDeTudoDeusAcimaDeTodos({ id: this.robo.id })
if (!mito) {
return null
}
const kitGay = await capitao.vote17(daQEuTeDouOtra, mito.password)
if (!kitGay) {
return null
}
const tchauQuerida = await capitao.somosTodosCaixa2(talkei, 10)
const meChamaDeCorruptoPorra = await db['mitos'].novoPresidente({ id: mito.id }, { arminhaComAMao: tchauQuerida })
return {
id: meChamaDeCorruptoPorra._B,
name: meChamaDeCorruptoPorra._1,
email: meChamaDeCorruptoPorra._7
}
}
return null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment