Skip to content

Commit

Permalink
Missing bucket name for streaming API
Browse files Browse the repository at this point in the history
  • Loading branch information
SNWCreations committed Jul 4, 2024
1 parent b07f86c commit 92a272b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/snw/kookbc/impl/network/Bucket.java
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ public static Bucket get(KBCClient client, HttpAPIRoute route) {
bucketNameMap.put(HttpAPIRoute.CHANNEL_UPDATE, "channel/update");
bucketNameMap.put(HttpAPIRoute.CHANNEL_DELETE, "channel/delete");
bucketNameMap.put(HttpAPIRoute.CHANNEL_USER_LIST, "channel/user-list");
bucketNameMap.put(HttpAPIRoute.VOICE_JOIN, "voice/join");
bucketNameMap.put(HttpAPIRoute.VOICE_LEAVE, "voice/leave");
bucketNameMap.put(HttpAPIRoute.VOICE_LIST, "voice/list");
bucketNameMap.put(HttpAPIRoute.MOVE_USER, "channel/move-user");
bucketNameMap.put(HttpAPIRoute.CHANNEL_ROLE_CREATE, "channel-role/create");
bucketNameMap.put(HttpAPIRoute.CHANNEL_ROLE_UPDATE, "channel-role/update");
Expand Down

0 comments on commit 92a272b

Please sign in to comment.