Can't Disable EmbedBuilder Validators
I'm still getting validation errors for EmbedBuilder after using disableValidators()
11 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!Where did you import disableValidators from?
discord.js
.setTitle limit is 256 only
I understand that, but I don't want EmbedBuilder to throw an error if I have an invalid value. As I'd like to personally validate the BaseMessageOptions before sending
Lol it's alright. I've skimmed through the EmbedBuilder on github and can't see why it wouldn't work without delving deep into the nitty-gritty.
Yeah one sec
shapeshift is misspelled
ah crap
seeing as my discord.js was an older version I just updated and have the same issue
lol yeah
oh ok sweet, wasn't sure if it was just an issue on my side
Appreciate tho
Oh ok, thanks for looking into it
I guess I'll look for a workaround for now