feat: set presence info on ready again

Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
seth 2023-12-04 09:09:49 -05:00
parent 1c168bd8ba
commit 5b16c14b45
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86
5 changed files with 55 additions and 5 deletions

View file

@ -27,7 +27,7 @@ pub async fn get_rory(id: Option<u64>) -> Result<RoryResponse> {
.get(format!("{RORY}{ENDPOINT}/{target}"))
.build()?;
info!("making request to {}", req.url());
info!("Making request to {}", req.url());
let resp = REQWEST_CLIENT.execute(req).await?;
let status = resp.status();