So im trying to get my ticket system to DM the user who opened the ticket the reasoning and so on. But I cant seem to get it to DM the user when I try to have it set up in /close it send the message to the mod using /close not the opener, probably due to script section shared But not sure what to put.
await lib.discord.users['@0.1.1'].dms.create({
// Closed Message
recipient_id: `<@${context.params.event.member.user.id}>`,
content: '**Ticket Closed**',