@xiling-bot/exchangerate
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -10,2 +10,5 @@ const axios = require("axios"); | ||
exchangeRatio = require(join(process.cwd(), "./options/exchangeRate.json")); | ||
if (!exchangeRatio.data) { | ||
getNewRatio(); | ||
} | ||
} catch (err) { | ||
@@ -12,0 +15,0 @@ console.log("[汇率转换] 请在配置文件中填写access_key"); |
{ | ||
"name": "@xiling-bot/exchangerate", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "xiling-bot的汇率转换插件", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11364
333