Closed Jeydin21 closed 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.
Oh
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.
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.
Oh ok then
How do I set an author for the embed? How do I set the footer for the embed? Can you go over these things?