Add more random messages (#2152)
This commit is contained in:
parent
6b0e243b09
commit
a9fa4db076
1 changed files with 19 additions and 4 deletions
|
@ -14,11 +14,26 @@ const verbs = [
|
|||
'hit the registry!',
|
||||
'to share!',
|
||||
'for you!',
|
||||
"for y'all!",
|
||||
"comin' your way!",
|
||||
"comin' atcha!",
|
||||
"comin' in hot!",
|
||||
'for y’all!',
|
||||
'comin’ your way!',
|
||||
'comin’ atcha!',
|
||||
'comin’ in hot!',
|
||||
', freshly minted on the blockchain! (jk)',
|
||||
', now with 100% more reticulated splines!',
|
||||
'(as seen on TV!)',
|
||||
'just dropped!',
|
||||
', artisanally hand-crafted just for you.',
|
||||
', oh happy day!',
|
||||
'—enjoy!',
|
||||
'(be the first on your block to download it!)',
|
||||
', made with love',
|
||||
', our best version yet!',
|
||||
'DOWNLOAD! DOWNLOAD! DOWNLOAD!',
|
||||
'! HUZZAH!',
|
||||
'has landed!',
|
||||
'! The internet just got a little more fun.',
|
||||
', from our family to yours.',
|
||||
', go forth and build!',
|
||||
];
|
||||
|
||||
function item(items) {
|
||||
|
|
Loading…
Reference in a new issue