diff options
author | 2021-12-07 13:17:37 -0700 | |
---|---|---|
committer | 2021-12-07 13:17:37 -0700 | |
commit | a9fa4db076f6229a30becc66ec96476fcb87a3e4 (patch) | |
tree | 09104ec9f966b39c712003747da0da7226c49821 /scripts/notify | |
parent | 6b0e243b095ff044533389f987788f472b7fd626 (diff) | |
download | astro-a9fa4db076f6229a30becc66ec96476fcb87a3e4.tar.gz astro-a9fa4db076f6229a30becc66ec96476fcb87a3e4.tar.zst astro-a9fa4db076f6229a30becc66ec96476fcb87a3e4.zip |
Add more random messages (#2152)
Diffstat (limited to 'scripts/notify')
-rwxr-xr-x | scripts/notify/index.js | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/scripts/notify/index.js b/scripts/notify/index.js index c7685de33..4325a04cd 100755 --- a/scripts/notify/index.js +++ b/scripts/notify/index.js @@ -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) { |