#v13 backports are still accepted
88 messages · Page 1 of 1 (latest)
Disables validators
Like it just turns of ts check for that?
No, it turns off the validation shapeshift does in builders
If you don't want TS checking your code, don't write TS
but it works just fine 
no support
it was a joke
Shitpost elsewhere
And those errors from validation show at runtime?
I'm confused
TS errors will show up at compile time
Builder validations are at runtime, unless you turn those off
The input
Ik that but like what r the validation rules u mean. String length?
All validation that the builders packages uses when you call a method to change its data and when toJSON is called
There are various validations depending on the builder ur using. There are type checks, object structure checks, regex test, string length, range of number check, and many more
same. discord js felt like a pain before with typescript. it‘s much better now.
It works fine if you know how to use it
While I Deff don’t recommend it for anyone if you know how to use it it’s pretty simple ( for me ) to use
I’d recommend most to not be makeshift boomers and learn v13+
But it works very good for private bots
How?
Why change if it works
I made a whole discord to Roblox verification system with using v12 and it worked fine
0 issues
Maybe it’s cause I only code in v12 but it works fine
I would never use it for a bot that’s meant to be big but that’s not the important thing
Its dead
Unsupported
You literally dont get new features
Or bug fixes
Or anything
That is literally what dead means
Try sending a message in vc
How long do you guys think v13 still can last for ?
Maybe until the deprecation of the API v9
Omg thats like literally eol
Yeah
Maybe discord says it's time to uninstall the v9 version turns off the v13 lot. v15 version will have already been released.
ok i have something to complain about v13
WHEN WILL VERSION 13.13 GET PUBLISHED ON NPM
ALSO WHEN WILL THOSE BACKPORTS CLASSIFIED AS THE NEXT MINOR VERSION
I fail to see how yelling at the developers is helpful.
When it's ready
Maybe not the best place to ask that, but why the new select menu types backport (#8814) has been closed? I can't find why in the discussions
@pure heron good question
FYI it was said early this year, API v9 would become marked as deprecated
was about time 
Well, yeah, still it's something i didn't expect lol
It's not that different to v13 and v14 both being in use
Discord's v9 and v10 are both still active
We still accept v13 backports. v13 is not dead, yet.
Is there an EOL date yet, or is it just some point in the future
no EOL yet
👀 interesting
13.9.0 is fully compatible with the discord api and won't break "suddenly" either as of now
awesome
praying that v13 doesnt die within a year because god v14 just feels so ass backwards with strict type checks
Don't use TypeScript if you don't want typechecking
ok
Have to disagree with you there. Personally love the strict type checking! Really glad discord.js is fully supporting a typescript environment!
*cough*
@cold venture will the next 13.x milestone be patch or minor? I assume minor?
There's no milestone right now, just wanted to double-check
always make milestones a minor
Okidoki
would it still make sense to deprecate Embed.addField in v13
Sure
How about v12 backports? (just asking)
imagine using v12 lol
I'm not sure I understand what you're showing here
require('discord.js').disableValidators()
it was a bug in builder's validation which will be fixed by https://github.com/discordjs/discord.js/pull/8322