feat: set presence info on ready again
Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
1c168bd8ba
commit
5b16c14b45
5 changed files with 55 additions and 5 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue