Skip to content

Commit

Permalink
Add TTS substitution for lmfao
Browse files Browse the repository at this point in the history
  • Loading branch information
DJDavid98 committed Oct 30, 2023
1 parent 9ee61f2 commit cf2dc3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/utils/chat-messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ export const ttsMessageSubstitutions = (input: string): string =>
.replace(/\broflmao\b/gi, 'rolling on the floor laughing my ass off')
.replace(/\broflol\b/gi, 'rolling on the floor laughing out loud')
.replace(/\blol\b/gi, 'laughing out loud')
.replace(/\blmfao\b/gi, 'laughing my fuckin\' ass off')
.replace(/\blmao\b/gi, 'laughing my ass off')
.replace(/\bwip\b/gi, 'work-in-progress')
.replace(/\bsup\b/gi, "what's up")
Expand Down

0 comments on commit cf2dc3d

Please sign in to comment.