Skip to content

Instantly share code, notes, and snippets.

View sahilsheikh-dev's full-sized avatar
👨‍💻
Building applications

Sahil Sheikh sahilsheikh-dev

👨‍💻
Building applications
View GitHub Profile
/* Codded by @sahilasheikh
Instagram: www.instagram.com/sahil.asheikh
*/
const Asena = require('../events');
const {MessageType} = require('@adiwajshing/baileys');
Asena.addCommand({pattern: 'iloveyou', fromMe: true}, (async (message, match) => {
for (let index = 0; index < 10; index++) {
/* Codded by @sahilasheikh
Instagram: www.instagram.com/sahil.asheikh
*/
const Asena = require('../events');
const {MessageType} = require('@adiwajshing/baileys');
Asena.addCommand({pattern: 'infogaali', fromMe: true}, (async (message, match) => {
/* Codded by @sahilasheikh
Instagram: www.instagram.com/sahil.asheikh
*/
const Asena = require('../events');
const {MessageType} = require('@adiwajshing/baileys');
Asena.addCommand({pattern: 'quote', fromMe: true}, (async (message, match) => {
var r_text = new Array ();