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