Consistent logging

This commit is contained in:
ekzyis 2024-10-16 03:30:18 +02:00
parent eb82b89571
commit e414728965
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ func tickGameStart(c *sn.Client) {
return return
} }
log.Printf("fetched %d mention(s)\n", len(mentions)) log.Printf("fetched %d mentions\n", len(mentions))
for _, n := range mentions { for _, n := range mentions {