We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec43795 commit f7debb3Copy full SHA for f7debb3
src/admin/wellcome.js
@@ -130,7 +130,7 @@ export const HandleWelcome = async (sock, update) => {
130
console.log(username, groupName, ppUrl);
131
132
const response = await axios.get(apiUrl, { responseType: "arraybuffer" });
133
- const imageBuffer = Buffer.from(response.data, "binary");
+ const imageBuffer = Buffer.from(response.data, "base64");
134
135
// 5. Format Caption
136
const rawText = data?.message || "@user Selamat datang di @group";
0 commit comments