pub const EXPRESSIONS: [&str; 9] = [
" n", " q", "small", "cute", "fluff", "love", "stupid", "what", "meow",
];
pub const EXPRESSIONS_REPLACE: [&str; 9] = [
" ny", " qw", "smol", "kawaii~", "floof", "luv", "baka", "nani", "nya~",
];
pub const PUNCTUATION: [&str; 3] = [", ", ". ", "! "];
pub const EMOJIS: [&str; 32] = [
"rawr x3 ",
"OwO ",
"UwU ",
"o.O ",
"-.- ",
">w< ",
"(⑅˘꒳˘) ",
"(ꈍᴗꈍ) ",
"(˘ω˘) ",
"(U ᵕ U❁) ",
"σωσ ",
"òωó ",
"(///ˬ///✿) ",
"(U ﹏ U) ",
"( ͡o ω ͡o ) ",
"ʘwʘ ",
":3 ",
":3 ", "XD ",
"nyaa~~ ",
"mya ",
">_< ",
"😳 ",
"🥺 ",
"😳😳😳 ",
"rawr ",
"^^ ",
"^•ﻌ•^ ",
"/(^•ω•^) ",
"(✿oωo) ",
"👉👈",
"*blushes*",
];