This commit is contained in:
parent
fe87b3e23e
commit
f6646aea63
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ pub async fn ping_command(m: &PrivmsgMessage, c: &TwitchClient) -> Result<(), Bo
|
|||
let host = System::name().unwrap();
|
||||
|
||||
let s = format!(
|
||||
"🚀Pong! | ↑: {}d {}h {}m {}s | Host: {} | Mem: {:.2} MB",
|
||||
uptime_days, remaining_hours, remaining_minutes, remaining_seconds, host, mem
|
||||
"🚀Pong! | ↑: {}d {}h {}m | Host: {} | Mem: {:.2} MB",
|
||||
uptime_days, remaining_hours, remaining_minutes, host, mem
|
||||
);
|
||||
|
||||
c.twitch_client.say(channel, s).await?;
|
||||
|
|
Loading…
Reference in a new issue