From b0fc759f5f37d57c8ce3d0b75737a151b1085888 Mon Sep 17 00:00:00 2001 From: Supositware Date: Sat, 9 Feb 2019 01:37:34 +0100 Subject: [PATCH] forgot return --- commands/hidden/unowned.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/hidden/unowned.js b/commands/hidden/unowned.js index 3fcc468d..8b6c447a 100644 --- a/commands/hidden/unowned.js +++ b/commands/hidden/unowned.js @@ -15,7 +15,7 @@ class unownedCommand extends Command { async exec(message) { if (message.author.id == '267065637183029248') { - message.channel.send('You have been sucessfully unowned'); + return message.channel.send('You have been sucessfully unowned'); } message.channel.send('You can\'t unown what has already been owned <:classictroll:488559136494321703>'); }