Skip to content

Commit

Permalink
Update sticker-colidex.js
Browse files Browse the repository at this point in the history
  • Loading branch information
NevtBotz authored Sep 2, 2022
1 parent a4fef54 commit b251dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/sticker-colidex.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { MessageType } = require('@adiwajshing/baileys')

let handler = async(m, { conn }) => {
let name = await conn.getName(m.sender)
let res = await `https://api.memegen.link/images/custom/sendang_melihat_orang_coli/${name}.jpg?background=https%3A%2F%2Ftelegra.ph%2Ffile%2Fbbb876605dbdd2a8ed0c4.png&watermark=memecomplete.com&token=khj7yfpkw8idaztccuys`
let res = await `https://api.memegen.link/images/custom/sedang_melihat_${name}_coli/gw_laporin_ke_bapak_lu.jpg?background=https%3A%2F%2Ftelegra.ph%2Ffile%2Fbbb876605dbdd2a8ed0c4.png&watermark=memecomplete.com&token=khj7yfpkw8idaztccuys`
let stiker = await sticker(null, res, global.packname, global.author)
conn.sendFile(m.chat, stiker, 'sticker.webp', '', m, false, { asSticker: true })
}
Expand Down

0 comments on commit b251dbd

Please sign in to comment.