diff options
author | heckeroncrack <124959846+heckeroncrack@users.noreply.github.com> | 2023-06-20 22:11:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-20 22:11:59 +0200 |
commit | bc0de3926c5b337a8be1fd0407a68a83c28a0c58 (patch) | |
tree | 443eb6ed0ecdb1e9d67b044298767dd706574ca5 /src/plugins | |
parent | 9820b79dfe39a2ea5105a6160bba7a714fa185fa (diff) | |
download | Vencord-bc0de3926c5b337a8be1fd0407a68a83c28a0c58.tar.gz Vencord-bc0de3926c5b337a8be1fd0407a68a83c28a0c58.tar.bz2 Vencord-bc0de3926c5b337a8be1fd0407a68a83c28a0c58.zip |
Improve uwuify (#1295)
Co-authored-by: V <vendicated@riseup.net>
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/uwuify.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/uwuify.ts b/src/plugins/uwuify.ts index aa38167..f75dd10 100644 --- a/src/plugins/uwuify.ts +++ b/src/plugins/uwuify.ts @@ -65,6 +65,7 @@ const replacements = [ ["stupid", "baka"], ["what", "nani"], ["meow", "nya~"], + ["hello", "hewwo"], ]; const settings = definePluginSettings({ |