diff --git a/bot_modules/sticker.js b/bot_modules/sticker.js index 79dc6a2..9cc7728 100644 --- a/bot_modules/sticker.js +++ b/bot_modules/sticker.js @@ -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 @@ -163,4 +163,4 @@ class sticker { } } } -module.exports = sticker; \ No newline at end of file +module.exports = sticker;