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 = {
|
module.exports = {
|
||||||
name: "avatar",
|
name: "avatar",
|
||||||
description: "Show user's avatar in different formats",
|
description: "Show user's avatar in different formats",
|
||||||
|
|
||||||
usage: "{User}",
|
usage: "{User}",
|
||||||
category: "Information",
|
category: "Information",
|
||||||
options: [
|
options: [
|
||||||
|
@ -39,7 +38,7 @@ module.exports = {
|
||||||
})})**`
|
})})**`
|
||||||
)
|
)
|
||||||
.setImage(
|
.setImage(
|
||||||
member.user.avatarURL({ size: 2048, dynamic: true, format: "png" })
|
member.user.displayAvatarURL({ size: 2048, dynamic: true, format: "png" })
|
||||||
)
|
)
|
||||||
.setFooter({
|
.setFooter({
|
||||||
text: `Made by ${client.author}`,
|
text: `Made by ${client.author}`,
|
||||||
|
|
Loading…
Reference in a new issue