diff --git a/README.md b/README.md index 7e76f4f..cc79766 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,8 @@ const session = new Session({ token: 'your token', intents: GatewayIntents.Guild const commands = [ new ChatInputApplicationCommandBuilder() .setName('ping') - .setDescription('Replys with pong!') - .toJSON(), + .setDescription('Replies with pong!') + .toJSON() ] session.events.on('ready', async ({ user }) => { diff --git a/packages/core/README.md b/packages/core/README.md index 1127db2..b5c22d8 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -24,8 +24,8 @@ const session = new Session({ token: 'your token', intents: GatewayIntents.Guild const commands = [ new ChatInputApplicationCommandBuilder() .setName('ping') - .setDescription('Replys with pong!') - .toJSON(), + .setDescription('Replies with pong!') + .toJSON() ] session.events.on('ready', async ({ user }) => {