@conflict/beta
Advanced tools
Comparing version 0.9.9 to 0.9.10
{ | ||
"name": "@conflict/beta", | ||
"version": "0.9.9", | ||
"version": "0.9.10", | ||
"description": "The first and only UI framework for Discord bots", | ||
@@ -5,0 +5,0 @@ "main": "exports.js", |
@@ -114,4 +114,4 @@ // dispatch.js | ||
try { | ||
let output = await command.execute(new InteractionResponse(interaction, data => { | ||
if (!resolved) resolve(data); | ||
let output = await command.execute(new InteractionResponse(interaction, (...data) => { | ||
if (!resolved) resolve([data]); | ||
})); | ||
@@ -118,0 +118,0 @@ if (output instanceof Promise) output = await output; |
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
92883