1 parent 57076e9 commit e2d85c0Copy full SHA for e2d85c0
1 file changed
src/commands/lyrics.ts
@@ -1,4 +1,8 @@
1
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
6
const Genius = require("genius-lyrics");
7
import log from "../components/utils/log";
8
import { request } from "undici";
0 commit comments