mirror of
https://github.com/discordjs/discord.js.git
synced 2026-09-17 08:47:27 +00:00
docs: fix incorrect casing in the ready event deprecation (#11574)
Fix incorrect casing in the ready event deprecation notice
This commit is contained in:
+1
-1
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user