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