This commit is contained in:
Jonny_Bro (Nikita) 2023-03-26 18:39:37 +05:00
parent 792a73353d
commit 50fc315d38

View file

@ -17,7 +17,7 @@ class guildBanAdd extends BaseEvent {
async execute(client, ban) {
const embed = new EmbedBuilder()
.setAuthor({
name: client.user.name,
name: client.user.username,
iconURL: ban.guild.iconURL(),
})
.setColor("#FF0000")