Skip to content

Commit

Permalink
add relays
Browse files Browse the repository at this point in the history
  • Loading branch information
f321x committed Jul 7, 2024
1 parent 908ac73 commit 27493e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/bot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ impl Bot {
.await?;
client.add_relay("wss://nostr.mom").await?;
client.add_relay("wss://relay.nostrplebs.com").await?;
client.add_relay("wss://relay.mostr.pub").await?;
client.add_relay("wss://nos.lol").await?;
client.add_relay("wss://nostr.einundzwanzig.space").await?;
client.connect().await;

let note_filter = Filter::new().kind(Kind::TextNote).since(Timestamp::now());
Expand Down

0 comments on commit 27493e2

Please sign in to comment.