Skip to content

Commit

Permalink
fix: 更新README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-cn committed Jul 14, 2024
1 parent 439ec12 commit 3beeee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const client = new Client({
// ...
})
// 只有启动后,才能发送
client.start().then(() => {
client.connect().then(() => {
// 频道被动回复
client.on('message.channel', (e) => {
e.reply('hello world')
Expand Down

0 comments on commit 3beeee7

Please sign in to comment.