mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-21 20:54:58 +05:00
oi
This commit is contained in:
parent
792a73353d
commit
50fc315d38
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue