Skip to content

Instantly share code, notes, and snippets.

@mrlinux007
Last active September 29, 2022 18:08
Show Gist options
  • Select an option

  • Save mrlinux007/ac6fbaab580287a057639c163f235455 to your computer and use it in GitHub Desktop.

Select an option

Save mrlinux007/ac6fbaab580287a057639c163f235455 to your computer and use it in GitHub Desktop.
const {Function,isPublic,Menu,RandomFancy,prefix} = require('../lib/');
const {BOT_INFO} = require('../config')
Function({pattern: 'roow ?(.*)', fromMe: isPublic, dontAddCommandList: false, type: 'misc'}, async (m, text, client) => {
const message= await RandomFancy(await Menu(m))
await client.sendMessage(m.chat, {
image: {url: `${BOT_INFO.split(";")[3]}` },
caption: `${message}`,
footer: `⏤͟͟͞͞✪⃝🌍കꪆലം എ൭ന്ന ന᭄͢൭ന്റ മുമ്പ᭄͢ൽ എത്ത᭄͢ച്ചു൭വങ്ക᭄͢ൽ എ൭ന്റ മരണം വരെ ഞꪆൻ ന᭄͢ന്നോ൭ടാപ്പം ഉണ്ടꪆയ᭄͢ര᭄͢ക്കുംﮩ٨ـﮩﮩ٨ـ 🥺💗`,
templateButtons: [{urlButton: {displayText: 'Contact OWNER♡', url: 'https://wa.me/919747332588?text=*HY+BROH*'}},{urlButton: {displayText: 'Contact Owner 2nd♥', url: `https://wa.me/918921257475?text=*HY+BROH*`}},{quickReplyButton: {displayText: 'Speed Test🐌', id: prefix + 'ping'}},{quickReplyButton: {displayText: 'List Commands📜', id: prefix + 'list'}}]
})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment