Files
Skyrat-tg/strings/elvis_replacement.json
99337c670f [MIRROR] Converts common speech modifiers into a component (#28752)
* Converts common speech modifiers into a component

* modular

---------

Co-authored-by: SmArtKar <44720187+SmArtKar@users.noreply.github.com>
Co-authored-by: SpaceLoveSs13 <68121607+SpaceLoveSs13@users.noreply.github.com>
2024-07-11 19:38:22 +05:30

14 lines
389 B
JSON

{
"elvis": {
"i'm not ": "I ain't ",
" girl ": [" honey ", " baby ", " baby doll "],
" man ": [" son ", " buddy ", " brother ", " pal ", " friendo "],
" out of ": " outta ",
" thank you ": " thank you, thank you very much ",
" thanks ": " thank you, thank you very much ",
" what are you": " whatcha ",
" yes": [" sure ", " yea "],
" muh valids ": " my kicks "
}
}