We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71a2fe6 commit 619e44aCopy full SHA for 619e44a
1 file changed
internal/core/services/gorimpo.go
@@ -39,7 +39,7 @@ func (g *GorimpoService) Start(version string) {
39
if version == "dev" {
40
version = "vDEV"
41
}
42
- err := g.notifier.SendText(fmt.Sprintf("🟢 <b>GOrimpo %s</b> iniciado e pronto a garimpar!", version), "system")
+ err := g.notifier.SendText(fmt.Sprintf("🟢 <b>GOrimpo %s</b> iniciado e pronto para garimpar!", version), "system")
43
if err != nil {
44
panic(fmt.Sprintf("erro ao enviar mensagem ao telegram: %v", err))
45
0 commit comments