diff --git a/src/cli/commands/reply.rs b/src/cli/commands/reply.rs index 177ccbd..2238585 100644 --- a/src/cli/commands/reply.rs +++ b/src/cli/commands/reply.rs @@ -19,7 +19,7 @@ use std::{fs, str::FromStr}; use clap::{ArgGroup, Args}; use futures::future; use nostr::{ - event::{Event, EventBuilder, EventId, Kind, Tag}, + event::{Event, EventBuilder, EventId, Kind}, filter::Filter, nips::{ nip01::{Coordinate, Metadata},