Skip to content

Commit

Permalink
feat(index): add broxonaro (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
tchaguitos authored Sep 9, 2022
1 parent 4e4fdd1 commit a023033
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const names = ['Bolsonaro','Bolsomito'],
'Bolsoasno',
'Bozoasno',
'Tchutchuca do centrão',
'Broxonaro',
],
getRandomPosition = array => Math.floor(Math.random() * array.length),
getRandomNickname = array => array[getRandomPosition(array)],
Expand Down

0 comments on commit a023033

Please sign in to comment.