@aeroware/discord-utils
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -69,3 +69,3 @@ "use strict"; | ||
if (options.fastForwardAndRewind.time) { | ||
if (typeof options.startingPage !== "number") | ||
if (typeof options.time !== "number") | ||
throw new Error("Fast forward and rewind time must be a non-negative number."); | ||
@@ -72,0 +72,0 @@ if (options.fastForwardAndRewind.time < 0) |
{ | ||
"name": "@aeroware/discord-utils", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
41680