@novelbrasil/discord.js-embed-menu
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -133,3 +133,3 @@ "use strict"; | ||
console.log(Object.keys(buttons).length); | ||
for (let i = 1; i <= Object.keys(buttons).length; i++) | ||
for (let i = 0; i < Object.keys(buttons).length; i++) | ||
if (i % 5 == 0) | ||
@@ -136,0 +136,0 @@ components.push(new discord_js_1.ActionRowBuilder()); |
{ | ||
"name": "@novelbrasil/discord.js-embed-menu", | ||
"description": "Easily create Discord.js embed menus with reactions and unlimited customisable pages.", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"author": "eilex", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -158,3 +158,3 @@ import { EventEmitter } from 'events'; | ||
console.log(Object.keys(buttons).length) | ||
for (let i = 1; i <= Object.keys(buttons).length; i++) | ||
for (let i = 0; i < Object.keys(buttons).length; i++) | ||
if (i % 5 == 0) | ||
@@ -161,0 +161,0 @@ components.push(new ActionRowBuilder<ButtonBuilder>()) |
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
475341