Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

Commit

Permalink
'y'
Browse files Browse the repository at this point in the history
  • Loading branch information
Urbaexyz committed Sep 30, 2021
1 parent 8f6d1e1 commit ff0c89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HandleMsg.js
Original file line number Diff line number Diff line change
Expand Up @@ -2688,7 +2688,7 @@ module.exports = HandleMsg = async (urbae, message) => {
const emoji = emojiUnicode(q)
await urbae.reply(from, `Wait....`, id)
console.log(`Creating code emoji => ${emoji}`)
urbae.sendImageAsSticker(from, `https://api.zeks.me/api/emoji-image?apikey=${apikeyvinz}&emoji=${emoji}`)
urbae.sendStickerfromUrl(from, `https://api.zeks.me/api/emoji-image?apikey=${apikeyvinz}&emoji=${emoji}`, StickerMetadata)
.catch((err) => {
console.log(err)
urbae.reply(from, 'Maaf, emoji yang kamu kirim tidak support untuk dijadikan sticker, cobalah emoji lain', id)
Expand Down

0 comments on commit ff0c89c

Please sign in to comment.