Comparing version 2.1.1 to 2.1.2
{ | ||
"name": "ksoft.js", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Official Node.js Wrapper for the KSoft.Si API.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
const KSoftClient = require('../lib/KSoftClient'); | ||
const Ban = require('../lib/structures/Ban'); | ||
const c = new KSoftClient('d7cc9d58e4a7fa77ffd40d85eaba2ee6ea6f8a41'); | ||
(async () => { | ||
const b = await c.bans.info('234390727113703424'); | ||
console.log(b); | ||
})(); | ||
module.exports = { | ||
@@ -12,0 +5,0 @@ KSoftClient, |
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
22297
558