This commit is contained in:
parent
d5d1446777
commit
dc49373ad5
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ pub async fn ping_command(m: &PrivmsgMessage, c: &TwitchClient) -> Result<(), Bo
|
||||||
|
|
||||||
let remaining_seconds = uptime_seconds % 60;
|
let remaining_seconds = uptime_seconds % 60;
|
||||||
let remaining_minutes = uptime_minutes % 60;
|
let remaining_minutes = uptime_minutes % 60;
|
||||||
let remaining_hours = uptime_hours % 60;
|
let remaining_hours = uptime_hours % 24;
|
||||||
|
|
||||||
let host = System::name().unwrap();
|
let host = System::name().unwrap();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue