Skip to content

Commit

Permalink
fix: tips
Browse files Browse the repository at this point in the history
  • Loading branch information
sj817 committed Jan 15, 2025
1 parent f732ca3 commit 9f67525
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/adapter/onebot/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const createServer = async () => {
listeners.once('online', () => {
logger.info(`[server] onebot: ${logger.green(`ws://127.0.0.1:${process.env.HTTP_PORT}`)}`)
logger.info(`[server] onebot: ${logger.green(`ws://127.0.0.1:${process.env.HTTP_PORT}/onebot/v11/ws`)}`)
logger.info(`[server] onebot: ${logger.green(`ws://127.0.0.1:${process.env.HTTP_PORT}/puppeteer`)}`)
})
}

Expand Down

0 comments on commit 9f67525

Please sign in to comment.