Skip to content

Commit

Permalink
always use random sticker
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Aug 29, 2022
1 parent bfcf7cd commit aea06d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/big_luca/automatize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ impl Automatizer {
video.title.as_deref().unwrap_or_default(),
video.url
))
.sticker(Stickers::luna_e_stelle())
.sticker(Stickers::random())
.finalize();
for chat in Self::subscribed_chats().await?.iter() {
debug!("sending new video notify to {}", chat);
Expand Down Expand Up @@ -221,7 +221,7 @@ impl Automatizer {
post.title.as_deref().unwrap_or_default(),
post.url
))
.sticker(Stickers::luna_e_stelle())
.sticker(Stickers::random())
.finalize();
for chat in Self::subscribed_chats().await?.iter() {
debug!("sending new post notify to {}", chat);
Expand Down

0 comments on commit aea06d5

Please sign in to comment.