1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-02-22 20:09:20 -05:00
poke/src/lyrics.js

8 lines
116 B
JavaScript
Raw Normal View History

2022-08-15 11:55:41 +02:00
const fetch = require("node-fetch");
2022-03-06 19:19:13 +03:00
2022-08-15 11:55:41 +02:00
async function main(e = "", d = "") {
2022-08-18 13:43:42 +02:00
return "none"
2022-08-15 11:55:41 +02:00
}
module.exports = main;