@aero/discord.js-proxy
Advanced tools
Comparing version 1.0.0-rc15 to 1.0.0-rc16
{ | ||
"name": "@aero/discord.js-proxy", | ||
"version": "1.0.0-rc15", | ||
"version": "1.0.0-rc16", | ||
"description": "A hack using @aero/require to bring back Structures.extend for discord.js v13", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -48,2 +48,2 @@ const Discord = require('discord.js'); | ||
module.exports = new Proxy({ Structures }, handler); | ||
module.exports = { Structures }; |
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
1559