Skip to content

Commit

Permalink
Merge pull request #89 from approvers/fix/meigen-status-display
Browse files Browse the repository at this point in the history
fix: meigen status display disturbance
  • Loading branch information
kawaemon authored Mar 11, 2024
2 parents ab51862 + 7e11a8c commit a0d3177
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/bot/meigen/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,7 @@ impl<D: MeigenDatabase> MeigenBot<D> {
.await
.context("Failed to fetch meigen count")?;

Ok(format!(
"```yaml
total_count: {count}
```",
))
Ok(format!("```\n現在登録されている名言数: {count}\n```"))
}

async fn search(&self, opt: FindOptions<'_>) -> Result<String> {
Expand Down

0 comments on commit a0d3177

Please sign in to comment.