Skip to content

Commit

Permalink
fix(getsong): remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
eritislami committed Apr 30, 2022
1 parent f0324be commit c7a895e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion music/getSong.js
Expand Up @@ -33,7 +33,6 @@ export async function getSong({ message, args }) {
} else {
try {
const result = await youtube.searchOne(search);
console.log(result);

if (!result) {
message.reply(i18n.__("play.songNotFound")).catch(console.error);
Expand Down

0 comments on commit c7a895e

Please sign in to comment.