diff --git a/index.js b/index.js index 4498f88..d9b2cc8 100644 --- a/index.js +++ b/index.js @@ -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})` } ] }]