Skip to content

Commit

Permalink
FIX UPLOAD FILES MORE THAN 10MB
Browse files Browse the repository at this point in the history
  • Loading branch information
adulalhy authored Dec 31, 2021
1 parent 1519169 commit c88207d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ytv.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let handler = async (m, { conn, args, isPrems, isOwner, usedPrefix, command }) =
*Judul:* ${title}
*Ukuran File:* ${filesizeF}
`.trim(), m, 0, {
..._thumb
..._thumb, upload: conn.waUploadToServer
})
} catch (e) {
return await m.reply(`SERVER SEDANG ERROR :(`)
Expand Down

0 comments on commit c88207d

Please sign in to comment.