mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-13 15:58:06 +02:00
Remove stragglers
This commit is contained in:
@@ -24,7 +24,6 @@ module.exports = class GuessLooksCommand extends Command {
|
||||
}
|
||||
|
||||
run(msg, { user }) {
|
||||
if (!user) user = msg.author;
|
||||
const gender = genders[Math.floor(Math.random() * genders.length)];
|
||||
const eyeColor = eyeColors[Math.floor(Math.random() * eyeColors.length)];
|
||||
const hairColor = hairColors[Math.floor(Math.random() * hairColors.length)];
|
||||
|
||||
Reference in New Issue
Block a user