arkanerapi
Advanced tools
Comparing version 1.0.16 to 1.0.17
24
index.js
@@ -12,3 +12,3 @@ function fetchItems () { | ||
if(user.id === "624998366824366095") { | ||
if(user === "624998366824366095") { | ||
desc += `\n\nHi Ponexi!` | ||
@@ -20,4 +20,15 @@ } | ||
function dbs (user) { | ||
return "test" | ||
function version () { | ||
let desc = `📦 arkanerapi@1.0.17 | ||
=== Contents === | ||
Weapons Database: **1** in datas/weapons/weapons.json | ||
=== Details === | ||
name: arkanerapi | ||
version: 1.0.17 | ||
filename: arkanerapi | ||
Published to https://www.npmjs.com/package/arkanerapi` | ||
return desc | ||
} | ||
@@ -27,6 +38,7 @@ | ||
fetchItems, | ||
connect | ||
connect, | ||
} | ||
module.exports.api = { connect, fetchItems } | ||
module.exports.datas = { dbs } | ||
module.exports.api = { fetchItems } | ||
module.exports.panel = { version } |
{ | ||
"name": "arkanerapi", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"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
1745
39