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