diff --git a/src/status.ts b/src/status.ts index 1cb0e86..85b9560 100644 --- a/src/status.ts +++ b/src/status.ts @@ -114,6 +114,7 @@ export const handleStatus = async ( headers.push( ``, + ``, ``); + if (userAgent && userAgent?.indexOf?.('Discord') > -1) { + text = text.substr(0, 179); + } + authorText = encodeURIComponent(text); // Find the variant with the highest bitrate