diff --git a/chat-plugins/wifi.js b/chat-plugins/wifi.js index 1b280445e1..213c58790a 100644 --- a/chat-plugins/wifi.js +++ b/chat-plugins/wifi.js @@ -195,7 +195,7 @@ class Giveaway { return `
It's giveaway time!
` + `Giveaway started by ${Chat.escapeHTML(this.host.name)}
` + `| ${this.sprite} Giver: ${this.giver} ${Giveaway.parseText(this.prize)}OT: ${Chat.escapeHTML(this.ot)}, TID: ${this.tid} | ` +
- `${rightSide} |
Note: Please do not join if you don't have a 3DS and a copy of Pokémon Sun/Moon.
`; + `Note: Please do not join if you don't have a 3DS, a copy of Pokémon Sun/Moon, or are currently unable to receive the prize.
`; } }