mirror of
https://github.com/Xevion/Xevion.git
synced 2025-12-06 01:16:58 -06:00
Update README.md
This commit is contained in:
@@ -24,7 +24,7 @@ use Life::Interests::Gaming::Simulation::{Factorio, RimWorld};
|
|||||||
impl Human {
|
impl Human {
|
||||||
fn me(username: &str) -> Human {
|
fn me(username: &str) -> Human {
|
||||||
let middle_name = vec![env::var("MIDDLE_NAME").unwrap_or_default().as_str(), "C", ""].choose(&mut rand::thread_rng()).unwrap_or(&"");
|
let middle_name = vec![env::var("MIDDLE_NAME").unwrap_or_default().as_str(), "C", ""].choose(&mut rand::thread_rng()).unwrap_or(&"");
|
||||||
let name = format!("Ryan {} W.", middle_name, last_name);
|
let name = format!("Ryan {} W.", middle_name);
|
||||||
|
|
||||||
let endpoints = std::collections::HashMap::from([
|
let endpoints = std::collections::HashMap::from([
|
||||||
("discord", ".xevion"),
|
("discord", ".xevion"),
|
||||||
|
|||||||
Reference in New Issue
Block a user