@mkody/twitch-emoticons
Version:
Gets Twitch, BTTV, FFZ and 7TV emotes as well as parsing text to emotes!
13 lines (12 loc) • 485 B
JavaScript
module.exports = {
BTTVEmote: require('./struct/BTTVEmote'),
Channel: require('./struct/Channel'),
Collection: require('./util/Collection'),
Constants: require('./util/Constants'),
Emote: require('./struct/Emote'),
EmoteFetcher: require('./struct/EmoteFetcher'),
EmoteParser: require('./struct/EmoteParser'),
FFZEmote: require('./struct/FFZEmote'),
SevenTVEmote: require('./struct/SevenTVEmote'),
TwitchEmote: require('./struct/TwitchEmote')
};