Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
circuitsacul committed Jan 24, 2023
1 parent 6285c11 commit d29d596
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/interactions/commands/chat/utils/recount.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ use crate::{
};

#[derive(CommandModel, CreateCommand)]
#[command(
name = "recount",
desc = "Recount all the reactions on a message."
)]
#[command(name = "recount", desc = "Recount all the reactions on a message.")]
pub struct Recount {
/// Link to the message to recount reactions on.
message: String,
Expand Down

0 comments on commit d29d596

Please sign in to comment.