almost ready for discord.js 14!

This commit is contained in:
DJj123dj
2022-07-19 16:40:18 +02:00
parent c57507cea9
commit edc8d4bc44
20 changed files with 199 additions and 100 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ exports.createEmbed = (id) => {
for (let i = AmountOfRows; i > 0; i--){
componentRows.push(new discord.MessageActionRow())
componentRows.push(new discord.ActionRowBuilder())
}
buttons.forEach((button,index) => {