@@ -2,7 +2,7 @@ const axios = require("axios");
const config = require("./config/config.json");
class Genius {
async search_song(q, callback) {
search_song(q, callback) {
axios({
method: "get",
url: "https://api.genius.com/search?q=" + q,
The note is not visible to the blocked user.