1client.guildJoinCommand({2 name: "Guild Join",3 channel: "$channelId",4 code: `5 $log[I just joined a new guild called: $guildName!]6 `7});
1module.exports = {2 name: "Guild Join",3 channel: "$channelId",4 type: "guildJoin",5 code: `6 $log[I just joined a new guild called: $guildName!]7 `8};