not able to own id 172112210863194113

This commit is contained in:
loicbersier 2019-09-07 21:59:06 +02:00
parent fd7ea22222
commit 11781ebb6b

View file

@ -32,7 +32,7 @@ class OwnedCommand extends Command {
return message.channel.send('You really thought you could own me?, pathetic...');
} else if (args.member.id == ownerID) {
return message.channel.send('You really thought you could own him?, pathetic...');
} else if (args.member.id == '286054184623538177') {
} else if (args.member.id == '286054184623538177' || args.member.id == '172112210863194113') {
owned = message.author;
}