@@ -0,0 +1,13 @@
// https://api.fynn.ai/events
// https://vps.anotherfoxguy.com/dl/fur-events.json
const axios = require('axios').default;
async function main(){
let dat = await axios.get("https://vps.anotherfoxguy.com/dl/fur-events.json")
console.log(dat)
}
main()
The note is not visible to the blocked user.