diff --git a/chat-plugins/wifi.js b/chat-plugins/wifi.js index 5668c6de23..6640b1c803 100644 --- a/chat-plugins/wifi.js +++ b/chat-plugins/wifi.js @@ -119,8 +119,8 @@ class Giveaway { } if (value.otherFormes) { for (let i = 0; i < value.otherFormes.length; i++) { - // Hardcore alola formes. - if (value.otherFormes[i].endsWith('alola')) { + // Hardcore Alolan formes. + if (value.otherFormes[i].endsWith('alolan')) { if (/alolan?/.test(text)) { spriteid += '-alolan'; break;