Skip to content

Instantly share code, notes, and snippets.

@TotallyNotAHaxxer
Created March 29, 2023 19:34
Show Gist options
  • Save TotallyNotAHaxxer/b58b6b441df751b4a3756a159aedc552 to your computer and use it in GitHub Desktop.
Save TotallyNotAHaxxer/b58b6b441df751b4a3756a159aedc552 to your computer and use it in GitHub Desktop.
List for curse words and replace
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