diff --git a/rest-helix/src/main/java/com/github/twitch4j/helix/TwitchHelix.java b/rest-helix/src/main/java/com/github/twitch4j/helix/TwitchHelix.java index 95a06ae37..451b4ab33 100644 --- a/rest-helix/src/main/java/com/github/twitch4j/helix/TwitchHelix.java +++ b/rest-helix/src/main/java/com/github/twitch4j/helix/TwitchHelix.java @@ -374,8 +374,8 @@ HystrixCommand sendChatAnnouncement( * Gets a list of custom chat badges that can be used in chat for the specified channel. * This includes subscriber badges and Bit badges. * - * @param authToken User OAuth Token from the broadcaster. - * @param broadcasterId The id of the broadcaster whose chat badges are being requested. Provided broadcaster_id must match the user_id in the user OAuth token. + * @param authToken App or User OAuth Token. + * @param broadcasterId The id of the broadcaster whose chat badges are being requested. * @return ChatBadgeSetList */ @RequestLine("GET /chat/badges?broadcaster_id={broadcaster_id}")