mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-05 06:26:08 +00:00
fix: typo closes #89
This commit is contained in:
parent
1ebe2e6858
commit
1dd6661dc5
@ -26,7 +26,7 @@ const commands = [
|
|||||||
.setName('ping')
|
.setName('ping')
|
||||||
.setDescription('Replies with pong!')
|
.setDescription('Replies with pong!')
|
||||||
.toJSON()
|
.toJSON()
|
||||||
]
|
];
|
||||||
|
|
||||||
session.events.on('ready', async ({ user }) => {
|
session.events.on('ready', async ({ user }) => {
|
||||||
console.log('Logged in as:', user.username);
|
console.log('Logged in as:', user.username);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user