mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04: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) {
|
async execute(client, ban) {
|
||||||
const embed = new EmbedBuilder()
|
const embed = new EmbedBuilder()
|
||||||
.setAuthor({
|
.setAuthor({
|
||||||
name: client.user.name,
|
name: client.user.username,
|
||||||
iconURL: ban.guild.iconURL(),
|
iconURL: ban.guild.iconURL(),
|
||||||
})
|
})
|
||||||
.setColor("#FF0000")
|
.setColor("#FF0000")
|
||||||
|
|
Loading…
Reference in a new issue