This commit is contained in:
bipproduction
2025-11-03 21:33:01 +08:00
parent 879fa8d5a2
commit c2bd7cd2d7

View File

@@ -146,9 +146,9 @@ const WaRoute = new Elysia({
}), }),
}), }),
detail: { detail: {
summary: "Send media to WhatsApp",
description: description:
"Send media (image, audio, video, PDF, or any file) to WhatsApp", "Send media (image, audio, video, PDF, or any file) to WhatsApp"
tags: ["WhatsApp"],
}, },
} }
); );