feat: added some minor logging
All checks were successful
On_Push / lint_fmt (push) Successful in 12s
On_Push / lint_clippy (push) Successful in 18s
On_Push / build (push) Successful in 1m27s
On_Push / deploy (push) Successful in 18s

This commit is contained in:
silver 2025-01-03 19:58:00 +00:00
parent b7d36de976
commit a9d3af024e
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
2 changed files with 7 additions and 4 deletions

View file

@ -328,7 +328,7 @@ pub(crate) mod server {
ID: {id}
Online: {online}
Info: {description}
Link: <http://panel.games.skynet.ie/server/{id}>
Link: <https://panel.games.skynet.ie/server/{id}>
"#,
name = &x.attributes.name,
online = !x.attributes.is_suspended,