1client.inviteCreateCommand({2 name: "Guild Invite Create",3 channel: "$channelId",4 code: `5 $log[An invite was created!]6 `7});
1module.exports = {2 name: "Guild Invite Create",3 channel: "$channelId",4 type: "inviteCreate",5 code: `6 $log[A invite was created!]7 `8};