Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "ultrax", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "This package is used to make stuff easier by using simple functions, its not fully released yet!", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -33,2 +33,3 @@ # ℹ️ About | ||
- [**passGen**](https://www.npmjs.com/package/ultrax#passGen) - Function to create passwords made by words and numbers randomly with specified length | ||
- [**bin**](https://www.npmjs.com/package/ultrax#bin) - This is a way to bin a code. | ||
@@ -80,3 +81,3 @@ ---- | ||
const ultrax = require('ultrax') | ||
if (!args.join(' ')) return message.channel.send('What do you wnat to bin?'); | ||
if (!args.join(' ')) return message.channel.send('What do you want to bin?'); | ||
else { | ||
@@ -83,0 +84,0 @@ const bin = await ultrax.bin(args.join(' ')); |
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
8104
98