Fix README

This commit is contained in:
Nicolás Serna 2022-07-31 23:20:00 -03:00
parent 39f38f9e23
commit 0ddae1278d
2 changed files with 4 additions and 4 deletions

View File

@ -37,8 +37,8 @@ const session = new Session({ token: 'your token', intents: GatewayIntents.Guild
const commands = [ const commands = [
new ChatInputApplicationCommandBuilder() new ChatInputApplicationCommandBuilder()
.setName('ping') .setName('ping')
.setDescription('Replys with pong!') .setDescription('Replies with pong!')
.toJSON(), .toJSON()
] ]
session.events.on('ready', async ({ user }) => { session.events.on('ready', async ({ user }) => {

View File

@ -24,8 +24,8 @@ const session = new Session({ token: 'your token', intents: GatewayIntents.Guild
const commands = [ const commands = [
new ChatInputApplicationCommandBuilder() new ChatInputApplicationCommandBuilder()
.setName('ping') .setName('ping')
.setDescription('Replys with pong!') .setDescription('Replies with pong!')
.toJSON(), .toJSON()
] ]
session.events.on('ready', async ({ user }) => { session.events.on('ready', async ({ user }) => {