Skip to content

Commit

Permalink
feat: add Tchutchuca do centrão (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
tchaguitos committed Aug 18, 2022
1 parent 3b2870c commit 4e4fdd1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const names = ['Bolsonaro','Bolsomito'],
'Bolonharo',
'Bonossauro',
'Biroliro',
'Bingulinho',
'Bonorinho',
'Mijonauro',
'Mijair',
Expand All @@ -38,15 +37,12 @@ const names = ['Bolsonaro','Bolsomito'],
'Bolsonaro vagabundo',
'Bananinha',
'Bobonaro',
'Capitão Gripezinha',
'Milicinaro',
'Binorilo',
'Bair Jolsonaro',
'Capitão Corona',
'Satanaro',
'Bolsoasno',
'Bozoasno',
'Bostanaro',
'Tchutchuca do centrão',
],
getRandomPosition = array => Math.floor(Math.random() * array.length),
getRandomNickname = array => array[getRandomPosition(array)],
Expand All @@ -58,4 +54,4 @@ const names = ['Bolsonaro','Bolsomito'],
politicsSUX !== text ? node.nodeValue = politicsSUX : ''
})
})
main()
main()

0 comments on commit 4e4fdd1

Please sign in to comment.