aboutsummaryrefslogtreecommitdiff
path: root/src/commands/info/avatar.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/info/avatar.ts')
-rw-r--r--src/commands/info/avatar.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/commands/info/avatar.ts b/src/commands/info/avatar.ts
index dc10f7d..4f7449b 100644
--- a/src/commands/info/avatar.ts
+++ b/src/commands/info/avatar.ts
@@ -43,9 +43,8 @@ export default class AvatarCommand extends BushCommand {
const embed = new MessageEmbed()
.setTimestamp()
.setColor(util.colors.default)
- .setTitle(user.tag)
+ .setTitle(`${user.tag}'s Avatar`)
.setImage(user.avatarURL({ size: 2048, format: 'png', dynamic: true }));
-
await message.util.reply({ embeds: [embed] });
}
}