From 0ddae1278d5d3b900e17b7fb648fd18f7be8547b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Serna?= Date: Sun, 31 Jul 2022 23:20:00 -0300 Subject: [PATCH] Fix README --- README.md | 4 ++-- packages/core/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 }) => {