jowsey / discord.js-menu

💬 Create Discord.js embed-menus, with customizable reactions and unlimited pages.
https://npm.im/discord.js-menu
MIT License
119 stars 19 forks source link

Embed Parts #5

Closed Jeydin21 closed 4 years ago

Jeydin21 commented 4 years ago

How do I set an author for the embed? How do I set the footer for the embed? Can you go over these things?

jowsey commented 4 years ago

https://discordjs.guide/popular-topics/embeds.html#using-the-richembedmessageembed-constructor

This goes over everything you need to do to create custom embeds, including the author and footer.

Jeydin21 commented 4 years ago

Oh

Jeydin21 commented 4 years ago

Another thing: Instead of having the bot delete all the reactions and then adding them again when switching to another page, can't it just edit the message, just like that? Why does it have to delete the reactions as well? It deletes the reactions and then adds them again, it makes my bot kinda slow.

jowsey commented 4 years ago

What do you mean? If it didn't delete the previous reactions how would it handle pages with different reactions? I'm working on an update which will check if two pages have the same reactions and if so, it won't delete them, but for now it is what it is, sorry.

Jeydin21 commented 4 years ago

Oh ok then