Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sataniceypz authored Aug 25, 2024
1 parent b36178b commit 3dfb295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/yt.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ izumi({
pattern: 'video ?(.*)',
fromMe: mode,
desc: 'Search YouTube and return the MP4 URL.',
type: 'info'
type: 'downloader'
}, async (message, match, client) => {
const query = match || '';
const searchUrl = `https://api.eypz.c0m.in/youtube?search=${encodeURIComponent(query)}`;
Expand Down Expand Up @@ -133,7 +133,7 @@ izumi({
pattern: 'song ?(.*)',
fromMe: mode,
desc: 'Search YouTube and return the MP4 URL.',
type: 'info'
type: 'downloader'
}, async (message, match, client) => {
const query = match || '';
const searchUrl = `https://api.eypz.c0m.in/youtube?search=${encodeURIComponent(query)}`;
Expand Down

0 comments on commit 3dfb295

Please sign in to comment.