Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowLp174 committed Jun 1, 2023
1 parent a59855a commit 1087aeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tuna.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ class Tuna {
}
}

const tuna = new Tuna({ key: "9e829c481e4862c1ded976f002504f8d" });
/*const tuna = new Tuna({ key: "apikey" });
(async () => {
const results = await tuna.search("goofy ahh laugh");
console.log(results.items[0].download());
})();
})();*/

module.exports = Tuna;

0 comments on commit 1087aeb

Please sign in to comment.