diff --git a/index.js b/index.js index ad64a0d..588e9be 100644 --- a/index.js +++ b/index.js @@ -367,7 +367,7 @@ client.on('inviteCreate', (invite) => { //if someone creates an invite while bot name: "Invite", // inline check, if expiry is in over 100 years, then it's never, otherwise it's the date // ${invite.expiresTimestamp > 95617584000 ? "Never" : `` - value: `Code: ${invite.code}\nMax Uses: ${invite.maxUses}\nExpires ${Math.floor(new Date(invite.expiresAt)/1000)}\nCreated at: ${Math.floor(new Date(invite.createdAt)/1000)}` + value: `Code: ${invite.code}\nMax Uses: ${invite.maxUses}\nExpires \nCreated at: ` }, { name: "Guild",