Skip to content

Conversation

@SamHoque
Copy link

@SamHoque SamHoque commented Oct 2, 2025

Update documentation to use 'clientReady' instead of the deprecated 'ready' event name, following discord.js v15 changes where 'ready' has been renamed to 'clientReady' to distinguish it from the gateway READY event.

Please describe the changes this PR makes:

Update documentation to use 'clientReady' instead of the deprecated 'ready' event name, following discord.js v15 changes where 'ready' has been renamed to 'clientReady' to distinguish it from the gateway READY event.
@SamHoque SamHoque requested a review from vijayymmeena as a code owner October 2, 2025 20:19
@vijayymmeena
Copy link
Member

@SamHoque Could you please apply that across the entire project? thank you.

});

client.on("ready", async () => {
client.on("clientReady", async () => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use Events.ClientReady

@SamHoque
Copy link
Author

SamHoque commented Oct 2, 2025

@SamHoque Could you please apply that across the entire project? thank you.

Sure, let me go through it!

@vijayymmeena
Copy link
Member

@SamHoque will you be able to do it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants