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'); | |
Asena.addCommand({pattern: 'test', fromMe: true}, (async (message, match) => { | |
var text = new Array (); | |
text[0] = "Herhangi Bir Şey"; | |
text[1] = "Herhangi bir Şey"; | |
var i = Math.floor(2*Math.random()) |
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 fs = require('fs'); | |
const ffmpeg = require('fluent-ffmpeg'); | |
Asena.addCommand({pattern: 'test', fromMe: true}, (async (message, match) => { | |
if (message.reply_message === false) return await message.sendMessage('Herhangi Bir Medyayı Yanıtlaman Gerekiyor!'); | |
var downloading = await message.client.sendMessage(message.jid,'Efekt Uygulanıyor!',MessageType.text); | |
var location = await message.client.downloadAndSaveMediaMessage({ |
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'); | |
Asena.addCommand({pattern: 'zar', fromMe: true}, (async (message, match) => { |
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'); | |
Asena.addCommand({on: 'text', fromMe: false, deleteCommand: false}, (async (message, match) => { | |
if ((!message.jid.includes('-')) || (message.jid.includes('-') && |
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, MessageOptions, Mimetype} = require('@adiwajshing/baileys'); | |
const fs = require('fs'); | |
Asena.addCommand({pattern: 'lesmeter', fromMe: true, desc: 'Share Anyone\'s Lesbiannes!'}, (async (message, match) => { |
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, MessageOptions, Mimetype} = require('@adiwajshing/baileys'); | |
const fs = require('fs'); | |
Asena.addCommand({pattern: 'gaymeter', fromMe: true, desc: 'Share Anyone\'s Gayness!'}, (async (message, match) => { |
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 | |
Special Thanks: | |
@Unique_hunter for Helps | |
*/ | |
const Asena = require('../events'); | |
const {MessageType, MessageOptions, Mimetype} = require('@adiwajshing/baileys'); |
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, MessageOptions, Mimetype} = require('@adiwajshing/baileys'); | |
const axios = require('axios'); | |
Asena.addCommand({pattern: 'wallpaper', fromMe: true}, (async (message, match) => { |
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 @Unique_hunter | |
Telegram: https://t.me/Unique_hunter | |
*/ | |
const Asena = require('../events'); | |
const {MessageType} = require('@adiwajshing/baileys'); | |
Asena.addCommand({pattern: 'sevgilim', fromMe: true}, (async (message, match) => { | |
var r_text = new Array (); |
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, MessageOptions, Mimetype} = require('@adiwajshing/baileys'); | |
const fs = require('fs'); | |
const axios = require('axios'); | |
const Language = require('../language'); | |
const Lang = Language.getString('ttp'); | |
Asena.addCommand({pattern: 'ttp ?(.*)', fromMe: true, desc: Lang.TTP_DESC}, (async (message, match) => { |