onRoleUpdate
1client.roleUpdateCommand({2    name: "Role Update",3    channel: "$channelId",4    code: `5        $log[$oldRole[id] just updated!]6    `7});1module.exports = {2    name: "Role Update",3    channel: "$channelId",4    type: "roleUpdate",5    code: `6        $log[$oldRole[id] just updated!]7    `8};