Repositories (1)
telegram_bot
1 snippets stored for this repo
use std::env;
// List of vulgar words (example)
const VULGAR_WORDS: [&str; 77] = ["fuck", "shit", "cunt", "bitch", "asshole", "dickhead", "motherfucker", "cocksucker", "pussy", "tits", "nipples", "dick", "pussy", "whore", "jerk off", "fuck buddy", "handjob", "blowjob", "slut", "nigger", "chink", "spic", "kike", "retard", "fag", "tranny", "pussy-whipped", "whore", "bimbos", "gold digger", "fag", "queer", "tranny", "dyke", "shitcoin", "ruggers", "scammer", "ponzi", "dump", "pump and dump", "scam", "shiller", "idiot", "loser", "moron", "dumbass", "retard", "cuck", "fatass", "snowflake", "degenerate", "neckbeard", "kill yourself", "go die", "burn in hell", "eat shit", "get fucked", "weed", "cocaine", "meth", "heroin", "acid", "ecstasy", "pothead", "crackhead", "I'll kill you", "I'm going to hurt you", "cut you", "stab you", "shoot you", "bomb", "1000x gains", "mooning", "fake news", "shilling", "guaranteed profits", "get rich quick"];
// Verification questions and answers
const VERIFICATION_QUESTIONS: [(&str, &str, &str); 11] = [