1client.guildUpdateCommand({2 name: "Guild Update",3 channel: "$channelId",4 code: `5 $log[$guildId just updated!]6 `7});
1module.exports = {2 name: "Guild Update",3 channel: "$channelId",4 type: "guildUpdate",5 code: `6 $log[$guildId just updated!]7 `8};