Skip to content

Commit a0d3177

Browse files
authored
Merge pull request #89 from approvers/fix/meigen-status-display
fix: meigen status display disturbance
2 parents ab51862 + 7e11a8c commit a0d3177

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/bot/meigen/mod.rs

+1-5
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,7 @@ impl<D: MeigenDatabase> MeigenBot<D> {
204204
.await
205205
.context("Failed to fetch meigen count")?;
206206

207-
Ok(format!(
208-
"```yaml
209-
total_count: {count}
210-
```",
211-
))
207+
Ok(format!("```\n現在登録されている名言数: {count}\n```"))
212208
}
213209

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

0 commit comments

Comments
 (0)