1client.variableUpdateCommand({2 name: "Variable Update",3 channel: "$channelId",4 code: `5 $log[$oldVariable[variable] was updated!]6 `7});
1module.exports = {2 name: "Variable Update",3 channel: "$channelId",4 type: "variableUpdate",5 code: `6 $log[$oldVariable[variable] was updated!]7 `8};