Skip to content

Commit

Permalink
fix: 修正example
Browse files Browse the repository at this point in the history
  • Loading branch information
ggpcn authored and ostli committed Jan 24, 2022
1 parent d19ac9c commit bc11bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/index.js
Expand Up @@ -34,8 +34,8 @@ console.log(`config信息:\n\n ${JSON.stringify(config)} \n`);
ws.on('GUILDS', (data) => {
console.log('[GUILDS] 事件接收 :', data);
});
ws.on('GUILGUILD_MEMBERSDS', (data) => {
console.log('[GUILGUILD_MEMBERSDS] 事件接收 :', data);
ws.on('GUILD_MEMBERS', (data) => {
console.log('[GUILD_MEMBERS] 事件接收 :', data);
});
ws.on('DIRECT_MESSAGE', (data) => {
console.log('[DIRECT_MESSAGE] 事件接收 :', data);
Expand Down

0 comments on commit bc11bb3

Please sign in to comment.