jowsey / discord.js-menu

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

Extra Embed Options #14

Closed HaythamQuake closed 3 years ago

HaythamQuake commented 3 years ago

Hello there! Firstly I just want to say I love this menu creator, it makes it so easy to get exactly what I've been trying to achieve for a bot (I'm new at coding)! I was wondering if you plan to add the options to add colors and images (.setColor and .setImage) for the embed as I noticed those are things that can be done with typical coded embeds. As great as it is, I want to be able to make it also a little bit more visually appealing. Thank you and take care!

mihirgarg01 commented 3 years ago

.setColor is actually just color: <Your Color>, .setImage is just image: { url : <URL }

Check This Link Out, It Should Help You. https://discordjs.guide/popular-topics/embeds.html#using-an-embed-object

HaythamQuake commented 3 years ago

.setColor is actually just color: <Your Color>, .setImage is just image: { url : <URL }

Check This Link Out, It Should Help You. https://discordjs.guide/popular-topics/embeds.html#using-an-embed-object

Yes, that worked! Thank you so much!