Merge branch 'main' of https://github.com/night0721/cath.exe
This commit is contained in:
commit
d4c85f5e9e
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,6 @@ const { EmbedBuilder } = require("discord.js");
|
|||
module.exports = {
|
||||
name: "avatar",
|
||||
description: "Show user's avatar in different formats",
|
||||
|
||||
usage: "{User}",
|
||||
category: "Information",
|
||||
options: [
|
||||
|
@ -39,7 +38,7 @@ module.exports = {
|
|||
})})**`
|
||||
)
|
||||
.setImage(
|
||||
member.user.avatarURL({ size: 2048, dynamic: true, format: "png" })
|
||||
member.user.displayAvatarURL({ size: 2048, dynamic: true, format: "png" })
|
||||
)
|
||||
.setFooter({
|
||||
text: `Made by ${client.author}`,
|
||||
|
|
Loading…
Reference in a new issue