@novelbrasil/discord.js-embed-menu
Advanced tools
Comparing version 1.1.8 to 1.1.9
@@ -169,3 +169,3 @@ "use strict"; | ||
var _a; | ||
console.log(typeof this.menu); | ||
console.log(this.menu); | ||
if (this.menu && this.menu instanceof discord_js_1.Message) { | ||
@@ -172,0 +172,0 @@ const filter = (_interaction) => { |
{ | ||
"name": "@novelbrasil/discord.js-embed-menu", | ||
"description": "Easily create Discord.js embed menus with reactions and unlimited customisable pages.", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"author": "eilex", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -195,3 +195,3 @@ import { EventEmitter } from 'events'; | ||
private async awaitButtons() { | ||
console.log(typeof this.menu) | ||
console.log(this.menu) | ||
if (this.menu && this.menu instanceof Message) { | ||
@@ -198,0 +198,0 @@ const filter = (_interaction: ButtonInteraction): boolean => { |
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
474820