From c88207dd0f1d4e42ae4b8f095fcfbac8470d3f2d Mon Sep 17 00:00:00 2001 From: adulalhy <46670590+adulalhy@users.noreply.github.com> Date: Fri, 31 Dec 2021 07:53:50 +0700 Subject: [PATCH] FIX UPLOAD FILES MORE THAN 10MB --- plugins/ytv.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ytv.js b/plugins/ytv.js index c016fc7..b93748b 100644 --- a/plugins/ytv.js +++ b/plugins/ytv.js @@ -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 :(`)