Skip to content

Commit

Permalink
fix(protocol): fix channel.type category & voice
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jun 17, 2024
1 parent bbe05fe commit 58cb423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/protocol/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ export namespace Channel {
export const enum Type {
TEXT = 0,
DIRECT = 1,
VOICE = 2,
CATEGORY = 3,
CATEGORY = 2,
VOICE = 3,
}
}

Expand Down

0 comments on commit 58cb423

Please sign in to comment.