This commit is contained in:
Hex
2023-03-18 09:29:00 +08:00
parent 85e33df473
commit a7b80c2054
4 changed files with 351 additions and 386 deletions

2
bot.js
View File

@@ -76,7 +76,7 @@ const requestApi = async (url, inputOptions = {}) => {
const gotOptions = {
method: options.method.toUpperCase(),
headers: options.headers,
headers: options.headers
};
if (options.method === 'get') {