Skip to content

Commit

Permalink
Update song.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cobrs11 authored Aug 18, 2024
1 parent 7778899 commit 497681a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugin/song.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import yts from 'yt-search'
import fg from 'api-dylux'
import fg from 'api-dylux';
import yts from 'yt-search';

const song = async (m, Matrix) => {
const prefixMatch = m.body.match(/^[\\/!#.]/);
Expand Down

0 comments on commit 497681a

Please sign in to comment.