@conflict/beta
Advanced tools
Comparing version 0.9.8 to 0.9.9
@@ -181,6 +181,6 @@ import View, { Component } from './view.js' | ||
if (!(view instanceof View)) view = new View(view); | ||
view.applyTo((...args) => { | ||
view.applyTo({ reply: (...args) => { | ||
this.onReply?.(...args); | ||
this.interaction.reply(...args); | ||
}, options, true); | ||
}}, options, true); | ||
} | ||
@@ -187,0 +187,0 @@ privateView (view, options) { |
{ | ||
"name": "@conflict/beta", | ||
"version": "0.9.8", | ||
"version": "0.9.9", | ||
"description": "The first and only UI framework for Discord bots", | ||
@@ -5,0 +5,0 @@ "main": "exports.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
92875