From 26c456ac25dcfbc45aacc8e9f6982707f9fb68dd Mon Sep 17 00:00:00 2001 From: "T.F.A" <92172698+TFAGaming@users.noreply.github.com> Date: Wed, 7 Sep 2022 16:00:03 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=92=20Fixed=20owners.js=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/prefix/General/owners.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/prefix/General/owners.js b/commands/prefix/General/owners.js index f81cffe1..f2b5518d 100644 --- a/commands/prefix/General/owners.js +++ b/commands/prefix/General/owners.js @@ -17,7 +17,7 @@ module.exports = { ownersID.forEach(Owner => { const fetchedOWNER = message.guild.members.cache.get(Owner); if (!fetchedOWNER) ownersARRAY.push("*Unknown User#0000*"); - ownersARRAY.push(`${fetchedOWNER.user.tag}`); + ownersARRAY.push(`${fetchedOWNER}`); }); message.reply({ embeds: [