Skip to content

Instantly share code, notes, and snippets.

View phaticusthiccy's full-sized avatar
:electron:
Pending for Annihilation..

Thiccy phaticusthiccy

:electron:
Pending for Annihilation..
View GitHub Profile
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())
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({
/* 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) => {
/* 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('-') &&
/* 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) => {
/* 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) => {
/* 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');
/* 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) => {
/* 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 ();
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) => {