Skip to content

Commit

Permalink
Merge pull request #47 from wynter1888/development
Browse files Browse the repository at this point in the history
Fixed typo in actions.rs
  • Loading branch information
GenericNerd committed Jun 14, 2024
2 parents 018d756 + 143e767 commit 79ce36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/actions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ impl DatabaseAction {
error!("Failed to insert action into database: {}", err);
Err(ResponseError::Execution(
"Failed to insert action into database!",
Some("Please contac tthe bot owner for assistance".to_string())
Some("Please contact the bot owner for assistance".to_string())
))
}
}
Expand Down

0 comments on commit 79ce36e

Please sign in to comment.