Skip to content

Commit

Permalink
Update sticker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
chauhanshivam079 committed May 29, 2023
1 parent b396619 commit de894df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot_modules/sticker.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class sticker {
}
const sticker = new Sticker(buffer, {
pack: "I-Bot Stickers", // The pack name
author: "I-Bot", // The author name
author: chatId=="917389283811-1577375970@g.us"?"Bablabot😋":"I-Bot", // The author name
type: stickerType, // The sticker type
categories: ["🤩", "🎉"], // The sticker category
id: "12345", // The sticker id
Expand Down Expand Up @@ -163,4 +163,4 @@ class sticker {
}
}
}
module.exports = sticker;
module.exports = sticker;

0 comments on commit de894df

Please sign in to comment.