mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-09-12 20:45:25 -05:00
Tweak wording in "new weapon" tweet
This commit is contained in:
@@ -36,7 +36,7 @@ class NewWeaponTweet extends TwitterPostBase {
|
||||
|
||||
getText(data) {
|
||||
if (data.length == 1)
|
||||
return `New weapon now available: ${data[0].weapon.name} #splatoon2`;
|
||||
return `NEW WEAPON: The ${data[0].weapon.name} is now available! #splatoon2`;
|
||||
|
||||
let text = `New weapons now available:`;
|
||||
for (let availability of data)
|
||||
|
||||
Reference in New Issue
Block a user