This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const Asena = require('../events'); | |
const { MessageType, Mimetype} = require('@adiwajshing/baileys'); | |
const con = require('../config'); | |
// Descriptions | |
const TRG = "Ğ Gönderir.\n⌨️ Örnek: .ğ 🌈" | |
const TRF = "F Gönderir." | |
const TRX = "X Gönderir." | |
const HIG = "Ğ शब्द भेजें\n⌨️ नमूना: .ğ 🌈" | |
const HIF = "F शब्द भेजें" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const Asena = require('../events'); | |
const { MessageType, Mimetype} = require('@adiwajshing/baileys'); | |
const con = require('../config'); | |
// Descriptions | |
const TRG = "Ğ Gönderir.\n⌨️ Örnek: .ğ 🌈" | |
const TRF = "F Gönderir." | |
const TRX = "X Gönderir." | |
const HIG = "Ğ शब्द भेजें\n⌨️ नमूना: .ğ 🌈" | |
const HIF = "F शब्द भेजें" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const Asena = require('../events'); | |
const {MessageType} = require('@adiwajshing/baileys'); | |
// Config Checker | |
const ch = require('../config'); | |
// Languages | |
const END = "Thats a plugin with enjoyable tools together inside. (Meme Pack V3)" | |
const TRD = "Birbirinden farklı değişik ve eğlenceli araçların bir arada bulunduğu bir plugindir (2.versiyondur yani devamıdır)" | |
const HID = "यह एक प्लगइन के साथ सुखद उपकरण अंदर है। (Meme Pack V3)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Codded by @phaticusthiccy | |
Telegram: t.me/phaticusthiccy | |
Instagram: www.instagram.com/kyrie.baran | |
*/ | |
const Asena = require('../events'); | |
const {MessageType} = require('@adiwajshing/baileys'); | |
const con = require('../config'); | |
// Descriptions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Codded by @phaticusthiccy | |
Telegram: t.me/phaticusthiccy | |
Instagram: www.instagram.com/kyrie.baran | |
*/ | |
const Asena = require('../events'); | |
const con = require('../config'); | |
const {MessageType, MessageOptions, Mimetype} = require('@adiwajshing/baileys'); | |
const fs = require('fs'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Codded by @phaticusthiccy | |
Telegram: t.me/phaticusthiccy | |
Instagram: www.instagram.com/kyrie.baran | |
*/ | |
const Asena = require('../events'); | |
const con = require('../config'); | |
const {MessageType, MessageOptions, Mimetype} = require('@adiwajshing/baileys'); | |
const fs = require('fs'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Codded by @phaticusthiccy | |
Telegram: t.me/phaticusthiccy | |
Instagram: www.instagram.com/kyrie.baran | |
*/ | |
const Asena = require('../events'); | |
const {MessageType} = require('@adiwajshing/baileys'); | |
const con = require('../config'); | |
// Descriptions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Codded by @phaticusthiccy | |
Telegram: t.me/phaticusthiccy | |
Instagram: www.instagram.com/kyrie.baran | |
*/ | |
const Asena = require('../events'); | |
const {MessageType} = require('@adiwajshing/baileys'); | |
const con = require('../config'); | |
// Descriptions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const Asena = require('../events'); | |
const {MessageType} = require('@adiwajshing/baileys'); | |
// Config Checker | |
const ch = require('../config'); | |
// Languages | |
const END = "Thats a plugin with enjoyable tools together inside. (Meme Pack V3)" | |
const TRD = "Birbirinden farklı değişik ve eğlenceli araçların bir arada bulunduğu bir plugindir (2.versiyondur yani devamıdır)" | |
const HID = "यह एक प्लगइन के साथ सुखद उपकरण अंदर है। (Meme Pack V3)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const Asena = require('../events'); | |
const axios = require('axios') | |
const {MessageType, MessageOptions, Mimetype} = require('@adiwajshing/baileys'); | |
Asena.addCommand({pattern: 'test', fromMe: true}, (async (message, match) => { | |
var image = await axios.get('https://i.hizliresim.com/nrg50b.jpg', { responseType: 'arraybuffer' }) | |
await message.client.sendMessage(message.jid,Buffer.from(image.data), MessageType.image, {mimetype: Mimetype.jpg}) |