1client.entitlementUpdateCommand({2 name: "Entitlement Update",3 channel: "$channelId",4 code: `5 $log[$oldEntitlementData[userId]'s entitlement just updated!]6 `7});
1module.exports = {2 name: "Entitlement Update",3 channel: "$channelId",4 type: "entitlementUpdate",5 code: `6 $log[$oldEntitlementData[userId]'s entitlement just updated!]7 `8};