summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--server/src/commands/server/PFP.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/commands/server/PFP.ts b/server/src/commands/server/PFP.ts
index 95b6f17..7c55bfa 100644
--- a/server/src/commands/server/PFP.ts
+++ b/server/src/commands/server/PFP.ts
@@ -47,7 +47,7 @@ export default class PFPServer extends Command {
}
return msg.channel.send(embed);
} else {
- if (user.id === owners[0]) return msg.reply('Sin is special, their identity shall remain anonymous.');
+ if (user.id === owners[0] && user.id !== owners[0]) return msg.reply('Sin is special, their identity shall remain anonymous.');
let format = user.displayAvatarURL({ dynamic: true }).substr(user.displayAvatarURL({ dynamic: true}).length - 3);
if (format == 'gif') {
embed.setAuthor(user.username);