Closed Qjuh closed 2 months ago
Please describe the changes this PR makes and why it should be merged:
Adds | null to the types on website for parameter of events that are nullable. This was a regression ever since js events were parsed into api-extractor generated docs.
| null
See https://discord.js.org/docs/packages/discord.js/main/Client:Class#presenceUpdate for an example, oldPresence here is nullable but not shown as such. This PR fixes that.
Status and versioning classification:
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Please describe the changes this PR makes and why it should be merged:
Adds
| null
to the types on website for parameter of events that are nullable. This was a regression ever since js events were parsed into api-extractor generated docs.See https://discord.js.org/docs/packages/discord.js/main/Client:Class#presenceUpdate for an example, oldPresence here is nullable but not shown as such. This PR fixes that.
Status and versioning classification: