UNPKG

twitch-emote

Version:

splice twitch emotes from a message string

9 lines (8 loc) 266 B
import { initCache, splitMessage } from 'twitch-emotes' await initCache(['xqc'], { autoRefresh: false, cache: false, logApiRate: false, }) const message = splitMessage('EZ Clap too good', 'xqc', emote => `{${emote.code}}`) console.log(message.join(' '))