diff options
| author | Leonetienne <leonetienne@hotmail.de> | 2022-02-10 06:03:01 +0100 |
|---|---|---|
| committer | Leonetienne <leonetienne@hotmail.de> | 2022-02-10 06:03:01 +0100 |
| commit | 4a2df723590bd70f855d6d6f0aa4e15584205516 (patch) | |
| tree | a4d275b11d0b501f6f5f425ed7b7d5981e5daaf6 /main.cpp | |
| parent | c77bb6f013d79bda17520e08fb48549737e70383 (diff) | |
Much cuter smiwey
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -212,7 +212,7 @@ std::string MakeUwu(std::string boringString) { boringString = ReplaceButKeepSigns(boringString, "suwper", "sooper dooper"); boringString = ReplaceButKeepSigns(boringString, "well", "sooper dooper"); boringString = ReplaceButKeepSigns(boringString, "emacs", "vim"); - boringString = ReplaceButKeepSigns(boringString, "twanks", "you're twe best :DD xoxo"); + boringString = ReplaceButKeepSigns(boringString, "twanks", "you're twe best :33 xoxo"); boringString = ReplaceButKeepSigns(boringString, "hello", "hiiiiiii"); boringString = ReplaceButKeepSigns(boringString, "dear", "hiiiiiii"); boringString = ReplaceButKeepSigns(boringString, "hi", "hiiiiiii"); |
