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 { | |
forwardOrBroadCast, | |
bot, | |
parsedJid, | |
getBuffer, | |
} = require('../lib/') | |
const url1 = 'https://i.imgur.com/xjfLdYQ.jpeg' | |
const url2 = 'https://i.imgur.com/xjfLdYQ.jpeg' | |
bot( |
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 Liya = require("../Utilis/events"); | |
const { getBuffer } = require('../Utilis/download'); | |
const hrs = new Date().getHours({ timeZone: 'Asia/Kolkata' }) | |
//stylish menu - by Shadow | |
Liya.addCommand({ pattern: 'Anshif ?(.*)', fromMe: true, desc: "Simple command list", }, 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
const { | |
forwardOrBroadCast, | |
bot, | |
parsedJid, | |
getBuffer, | |
} = require('../lib/') | |
const vsend = 'https://i.imgur.com/onnS2yY.jpeg' | |
Shadow.addCommand( | |
{ pattern: 'itz-me ?(.*)', fromMe: true, desc: "send replied msg as voice msg." }, |
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
// =================================================================================== | |
// EDIT THESE TEXT AND OTHER STUFF ✅ | |
// =================================================================================== | |
const image_1 = 'https://i.imgur.com/Yj892uP.jpeg' // Image 1 | |
const image_2 = 'https://i.imgur.com/vkoVqV3.jpeg' // Image 2 | |
var duration = [200001355,3999600,359996400] // Fake duration. Make it false for actual duration | |
var text_1 = ' xw⁴' | |
var text_2 = '𝛫𝛵𝚭 𝜧𝛢𝜹𝜯𝜠𝚼' | |
var text_3 = '' | |
var size = 10000000000 // Audio download size. Give in bytes |