Skip to content

Commit e2d85c0

Browse files
committed
refractor: added a comment regarding genius-lyrics
1 parent 57076e9 commit e2d85c0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/commands/lyrics.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
import { Message } from "../../types/message";
2+
// for i dont know reasons
3+
// using the ESM outputs to Client not found
4+
// so i recommend using `require` for now...
5+
// it works
26
const Genius = require("genius-lyrics");
37
import log from "../components/utils/log";
48
import { request } from "undici";

0 commit comments

Comments
 (0)