#fixed!
29 messages · Page 1 of 1 (latest)
<Embed>.color
const embed = new EmbedBuilder()
.setTitle('embed')
.setColor('Green')
.setDescription('this is an embed')
btw this is v14.2.0
Ok thx let me test
But I want like put
#f88f88
But it does not work
it should work
nope it give me a error
maybe your using outdated version or you imported EmbedBuilder incorrectly
@iron willow
I’m using EmbedBuilder at messageCreate
- I’m using 14.2.0
yes
const embed = new EmbedBuilder()
.setTitle('embed')
.hexColor('hex')
.setDescription('this is an embed')
i think
Okay
im not sure tho
show how you defined EmbedBuilder
const { EmbedBuilder } = require("@discordjs/builders")
thats wrong man... uninstall @discordjs/builders and import everything from discord.js
Can you tell me how import everything
everything you want* sorry
That’s wrong
Oh thx
it work
I was importing EmbedBuilder from "discordjs/builders"
Can I close the theard
yes