diff --git a/streamerbot/3.api/4.servers/1.websocket/0.requests.md b/streamerbot/3.api/4.servers/1.websocket/0.requests.md index 5e00c760..79a30766 100644 --- a/streamerbot/3.api/4.servers/1.websocket/0.requests.md +++ b/streamerbot/3.api/4.servers/1.websocket/0.requests.md @@ -514,39 +514,42 @@ Fetch the current credits system data. ``` ```json [↙️ Response] { - "Events": { - "Follows": [], - "Cheers": [], - "Subs": [], - "ReSubs": [], - "GiftSubs": [], - "GiftBombs": [], - "Raided": [], - "RewardRedemptions": [], - "GoalContributions": [], - "GameUpdates": [], - "Pyramids": [] - }, - "HypeTrainConductor": [], - "HypeTrainContributors": [], - "User": { - "Editors": [], - "Moderator": [], - "Subscriber": [], - "VIPs": [], - "Users": [], - "regulars": [] - }, - "Custom": {}, - "TopBits": { - "All": [], - "Month": [], - "Week": [] - }, - "TopChannelRewards": [], - "status": "ok", - "id": "" - } + "id": "", + "events": { + "follows": [], + "cheers": [], + "subs": [], + "resubs": [], + "giftsubs": [], + "giftbombs": [], + "raided": [], + "rewardredemptions": [], + "goalcontributions": [], + "gameupdates": [], + "pyramids": [], + "hypetrains": [] + }, + "hypeTrain": { + "conductors": [], + "contributors": [] + }, + "users": { + "editors": [], + "moderators": [], + "subscribers": [], + "vips": [], + "groups": [], + "users": [] + }, + "groups": {}, + "top": { + "allBits": [], + "monthBits": [], + "weekBits": [], + "channelRewards": [] + }, + "status": "ok" +} ``` ```ts [example.js] // Using @streamerbot/client