Skip to content

Commit

Permalink
Add additional chat tts substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
DJDavid98 committed Oct 15, 2023
1 parent f2ef79d commit fd33842
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 @@ -175,6 +175,7 @@ export const ttsMessageSubstitutions = (input: string): string =>
.replace(/\blmao\b/gi, 'laughing my ass off')
.replace(/\bwip\b/gi, 'work-in-progress')
.replace(/\bsup\b/gi, "what's up")
.replace(/\bhru\b/gi, 'how are you')
.replace(/\bggwp\b/gi, 'good game, well played')
.replace(/\bgg(s)?\b/gi, 'good game$1')
.replace(/\bez\b/gi, 'easy')
Expand Down

0 comments on commit fd33842

Please sign in to comment.