fix a bunch of stuff that is bad practice
This commit is contained in:
parent
fa0be297ba
commit
9e77c291cb
8 changed files with 14 additions and 14 deletions
|
@ -28,6 +28,6 @@ module.exports = class Avatar extends Command {
|
|||
.setDescription(`[Global avatar](${user.avatarURL({extension: 'png', 'size': 4096})})`)
|
||||
.setImage(member.displayAvatarURL({extension: 'png', 'size': 4096}));
|
||||
|
||||
await interaction.reply({embeds: [embed]});
|
||||
interaction.reply({embeds: [embed]});
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue