From 11781ebb6be0cb36a4fa8a737ffcd6e4a8f9df1e Mon Sep 17 00:00:00 2001 From: loicbersier Date: Sat, 7 Sep 2019 21:59:06 +0200 Subject: [PATCH] not able to own id 172112210863194113 --- commands/hidden/owned.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/hidden/owned.js b/commands/hidden/owned.js index 3f5dae44..04b906ef 100644 --- a/commands/hidden/owned.js +++ b/commands/hidden/owned.js @@ -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; }