refactor: rename Badge to TwitchBadge (#6706)
this change is made to clarify that the previously-called Badge object is actually specialized for Twitch badges
This commit is contained in:
@@ -2,13 +2,6 @@
|
||||
"input": "@badge-info=subscriber/17;badges=subscriber/12,no_audio/1;color=#EBA2C0;display-name=jammehcow;emote-only=1;emotes=25:0-4;first-msg=1;flags=;id=9c2dd916-5a6d-4c1f-9fe7-a081b62a9c6b;mod=0;returning-chatter=0;room-id=11148817;subscriber=1;tmi-sent-ts=1662201093248;turbo=0;user-id=82674227;user-type= :jammehcow!jammehcow@jammehcow.tmi.twitch.tv PRIVMSG #pajlada :Kappa",
|
||||
"output": [
|
||||
{
|
||||
"badgeInfos": {
|
||||
"subscriber": "17"
|
||||
},
|
||||
"badges": [
|
||||
"subscriber",
|
||||
"no_audio"
|
||||
],
|
||||
"channelName": "pajlada",
|
||||
"count": 1,
|
||||
"displayName": "jammehcow",
|
||||
@@ -141,6 +134,13 @@
|
||||
"searchText": "jammehcow jammehcow: Kappa ",
|
||||
"serverReceivedTime": "2022-09-03T10:31:33Z",
|
||||
"timeoutUser": "",
|
||||
"twitchBadgeInfos": {
|
||||
"subscriber": "17"
|
||||
},
|
||||
"twitchBadges": [
|
||||
"subscriber",
|
||||
"no_audio"
|
||||
],
|
||||
"userID": "82674227",
|
||||
"usernameColor": "#ffeba2c0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user