arkanerapi
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -9,2 +9,11 @@ function fetchItems () { | ||
function attempt () { | ||
const lib = require("./lib/function/fetch/demo") | ||
const libs = lib.fetch.demo() | ||
return `Function fetchItem complet: ${libs}` | ||
} | ||
module.exports.config = { attempt } | ||
module.exports = { fetchItems } |
{ | ||
"name": "arkanerapi", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "API for @Arkaner. A MMORPG discord 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
1343
22