twitch-chat-client
Version:
Interact with the Twitch Messaging Interface (aka Twitch chat).
13 lines • 395 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
/**
* This capability just enables standard IRC commands that Twitch chose to disable by default.
* It has no message types on its own.
*
* @private
*/
var TwitchMembershipCapability = {
name: 'twitch.tv/membership'
};
exports.default = TwitchMembershipCapability;
//# sourceMappingURL=TwitchMembership.js.map
;