Skip to content

Commit

Permalink
fix string
Browse files Browse the repository at this point in the history
  • Loading branch information
LightningTipBot committed Aug 31, 2021
1 parent 0a136da commit 249b71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion donate.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func (bot TipBot) parseCmdDonHandler(m *tb.Message) error {
}

var sb strings.Builder
_, err = io.Copy(&sb, rot13Reader{strings.NewReader("Vg ybbxf yvxr lbh'er znxvat n qbangvba. V'z ebhgvat guvf gb gur bevtvany cebwrpg.")})
_, err = io.Copy(&sb, rot13Reader{strings.NewReader("Gunax lbh! V'z ebhgvat guvf qbangvba gb [email protected].")})
if err != nil {
panic(err)
}
Expand Down

0 comments on commit 249b71f

Please sign in to comment.