This commit is contained in:
Daniel Odendahl Jr
2018-04-25 21:20:58 +00:00
parent 403af9a143
commit abf96f26d1
+1 -1
View File
@@ -34,7 +34,7 @@ module.exports = class OwOCommand extends Command {
.replace(/N([aeiou])/g, 'Ny$1')
.replace(/N([AEIOU])/g, 'NY$1')
.replace(/ove/g, 'uv')
.replace(/\!+/g, ` ${faces[Math.floor(Math.random() * faces.length)]} `)
.replace(/!+/g, ` ${faces[Math.floor(Math.random() * faces.length)]} `)
.trim();
}
};