Skip to content

Instantly share code, notes, and snippets.

@missnora07
Last active December 18, 2022 06:01
Show Gist options
  • Save missnora07/8388539639dec85e12d8688800509a66 to your computer and use it in GitHub Desktop.
Save missnora07/8388539639dec85e12d8688800509a66 to your computer and use it in GitHub Desktop.
const {Module} = require('../main')
const {skbuffer} = require('raganork-bot');
Module({pattern: 'wame ?(.*)',fromMe: true,desc: 'vdo', use: 'utility'}, async (m, match) => {
var id=m.sender.split("@")[0];
m.send("https://wa.me/"+id+"/?text="+match[1].split(" ")[0]);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment