Skip to content

Commit

Permalink
fix context of rule34
Browse files Browse the repository at this point in the history
  • Loading branch information
TOwInOK committed Oct 26, 2024
1 parent 7a243f3 commit ecfc061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rule34/image_board.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub async fn porno(
#[name_localized("ru", "количество")]
size: Option<usize>,
) -> Result<(), Error> {
ctx.defer().await?;
ctx.defer_ephemeral().await?;
let mut posts = vec![];
let size = size.unwrap_or(3);
if size > LEN {
Expand Down

0 comments on commit ecfc061

Please sign in to comment.