docs: fix incorrect casing in the ready event deprecation (#11574)

Fix incorrect casing in the ready event deprecation notice
This commit is contained in:
Jaxson Bunch
2026-07-14 20:05:04 +01:00
committed by GitHub
parent 1e2fdf4a65
commit 0df0628d46
+1 -1
View File
@@ -6111,7 +6111,7 @@ export interface ClientEvents {
newMessage: OmitPartialGroupDMChannel<Message>,
];
presenceUpdate: [oldPresence: Presence | null, newPresence: Presence];
/** @deprecated Use {@link ClientEvents.ClientReady} instead. */
/** @deprecated Use {@link ClientEvents.clientReady} instead. */
ready: [client: Client<true>];
invalidated: [];
roleCreate: [role: Role];