Skip to content

Commit

Permalink
⚒ Fixed owners.js command
Browse files Browse the repository at this point in the history
  • Loading branch information
TFAGaming authored Sep 7, 2022
1 parent 74e8a04 commit 26c456a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/prefix/General/owners.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 26c456a

Please sign in to comment.