Created
March 29, 2023 19:34
-
-
Save TotallyNotAHaxxer/b58b6b441df751b4a3756a159aedc552 to your computer and use it in GitHub Desktop.
List for curse words and replace
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var CurseMapExchange = map[string]string{ | |
"fuck": "fluff", | |
"shit": "sht", | |
"shit.": "sht", | |
"bullshit": "bs", | |
"bitch": "fluffin_mf", | |
"motherfucker": "mother_fluff", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment