1client.interactionCommand({2 name: "Interaction Command",3 prototype: "slash",4 code: `5 $interactionReply[Hello!]6 `7});
1module.exports = {2 name: "Interaction Command",3 type: "interaction",4 prototype: "slash",5 code: `6 $interactionReply[Hello!]7 `8};