Skip to content

Instantly share code, notes, and snippets.

const { bot, yts } = require('../lib/');
const http = require('http');
const https = require('https');
const axios = require('axios');
bot(
{
pattern: 'dlyta ?(.*)',
fromMe: true,
desc: 'Download YouTube audio as MP3',
const { bot, yts } = require('../lib/');
const http = require('http');
const https = require('https');
const axios = require('axios');
bot(
{
pattern: 'dlytv ?(.*)',
fromMe: true,
desc: 'Download YouTube video as MP4',