From a6355b0142b1a48575c54835d446c1739f784a3f Mon Sep 17 00:00:00 2001 From: loicbersier Date: Tue, 6 Aug 2019 19:04:11 +0200 Subject: [PATCH] Use reply --- 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 e05cb57..eb8839a 100644 --- a/commands/hidden/owned.js +++ b/commands/hidden/owned.js @@ -34,7 +34,7 @@ class OwnedCommand extends Command { } if (ownedMessage == epicMessage[0]) { - return message.channel.send(ownedMessage); + return message.reply(ownedMessage); } return message.channel.send(`${args.member}, ${ownedMessage}`);