almost ready for discord.js 14!
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user