[SMALL] added space to a string

This commit is contained in:
ModulatingForce 2023-12-02 02:05:30 -05:00
commit 3028b1abfe
5 changed files with 34 additions and 1 deletions

View file

@ -91,7 +91,7 @@ pub async fn main() {
}
let maxblanks = rand::thread_rng().gen_range(1..=5);
let mut outmsg = "GotTrolled".to_owned();
let mut outmsg = "GotTrolled ".to_owned();
for _i in 1..maxblanks {
let blankspace: &str = "󠀀";