/// Twitch API client ID. const clientId = String.fromEnvironment('CLIENT_ID'); /// Twitch API client secret. const secret = String.fromEnvironment('SECRET'); /// BTTV emotes with zero width to allow for overlaying other emotes. const zeroWidthEmotes = [ 'SoSnowy', 'IceCold', 'SantaHat', 'TopHat', 'ReinDeer', 'CandyCane', 'cvMask', 'cvHazmat', ]; /// Regex for matching strings that contain lower or upper case English characters. final regexEnglish = RegExp(r'[a-zA-Z]'); /// Regex for matching URLs and file names in text. final regexLink = RegExp( r'(?