From 07f6a3b927a6f8465b4c9da7ea82c4f443f1acfb Mon Sep 17 00:00:00 2001 From: Supositware Date: Sat, 9 Feb 2019 01:36:10 +0100 Subject: [PATCH] --- commands/hidden/unowned.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/commands/hidden/unowned.js b/commands/hidden/unowned.js index 565d516e..3fcc468d 100644 --- a/commands/hidden/unowned.js +++ b/commands/hidden/unowned.js @@ -14,6 +14,9 @@ class unownedCommand extends Command { } async exec(message) { + if (message.author.id == '267065637183029248') { + message.channel.send('You have been sucessfully unowned'); + } message.channel.send('You can\'t unown what has already been owned <:classictroll:488559136494321703>'); } }