deploy: a1098fbfcb31ece3131c7c94f7867d3cdb675446

This commit is contained in:
SukkaBot
2022-09-22 13:58:28 +00:00
parent 82d0782994
commit 928e3e991b
14 changed files with 887 additions and 1449 deletions

3
Build/lib/fetch-retry.js Normal file
View File

@@ -0,0 +1,3 @@
const { fetch } = require('undici');
const fetchWithRetry = require('@vercel/fetch-retry')(fetch);
module.exports.fetchWithRetry = fetchWithRetry;