Update them again

This commit is contained in:
Christopher Cookman 2024-06-16 21:20:44 -06:00
parent c1617eb513
commit 932993c048
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -119,7 +119,7 @@ client.on('inviteCreate', (invite) => { //if someone creates an invite while bot
},
{
name: "Inviter",
value: `${invite.inviter}`
value: `${invite.inviter} (${invite.inviter.username})`
}
]
}]