From ea515477171398b45d277c09bb01621053b8b4d6 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Sun, 4 Aug 2019 19:21:56 +0200 Subject: [PATCH] fix typo --- commands/hidden/owned.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/hidden/owned.js b/commands/hidden/owned.js index c3ea47e3..e05cb570 100644 --- a/commands/hidden/owned.js +++ b/commands/hidden/owned.js @@ -28,9 +28,9 @@ class OwnedCommand extends Command { if (args.member) { if (args.member.id == this.client.user.id) { - return message.channel.send('You really thought you could own me?, pathethic...'); + 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?, pathethic...'); + return message.channel.send('You really thought you could own him?, pathetic...'); } if (ownedMessage == epicMessage[0]) {