Skip to content

Commit

Permalink
Respond in dc when adding member who's in org
Browse files Browse the repository at this point in the history
  • Loading branch information
SLASHLogin committed Sep 26, 2023
1 parent fd2d4b1 commit 25649ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/discord/commands/member.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ pub async fn add_member(

output.push_str(&(error_msg + "\n"));

crate::discord::respond(ctx, output).await?;

return Ok(());
}

Expand Down

0 comments on commit 25649ae

Please sign in to comment.