mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-01 20:46:08 +00:00
Fix README
This commit is contained in:
parent
39f38f9e23
commit
0ddae1278d
@ -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 }) => {
|
||||||
|
@ -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 }) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user