Skip to content

Commit

Permalink
feat: rework donations
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed May 27, 2024
1 parent 9a679b0 commit fbc2c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/support/support.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func (sh Handler) Request(tgCtx telebot.Context, args ...string) (err error) {
})
err = tgCtxSupport.Send(fmt.Sprintf("Support request from @%s:\n%s", tgCtx.Sender().Username, args[len(args)-1]))
if err == nil {
_, err = service.DonationMessage(tgCtx, "Request support submitted and will be processed as soon as possible.")
_, err = service.DonationMessage(tgCtx, "Support request submitted and will be processed as soon as possible.")
}
return
}

0 comments on commit fbc2c32

Please sign in to comment.