Skip to content

Commit

Permalink
feat: handle paging in /qa command
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Mar 13, 2024
1 parent 19ae5b3 commit bf57a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/bot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ pub async fn answer(bot: Bot, msg: Message, cmd: Command, pool: DbPool) -> Respo
let client = reqwest::Client::new();
match client
.get(format!(
"https://aosc-packages.cth451.me/{}/{}/stable?type=json",
"https://aosc-packages.cth451.me/{}/{}/stable?type=json&page=all",
ty, arch
))
.send()
Expand Down

0 comments on commit bf57a60

Please sign in to comment.