mirror of
https://github.com/ChuckNorrison/LightningTipBot.git
synced 2026-08-19 13:18:12 +02:00
faucet fix (#291)
Co-authored-by: callebtc <93376500+callebtc@users.noreply.github.com>
This commit is contained in:
parent
83eb185634
commit
72e13e841d
1 changed files with 1 additions and 1 deletions
|
|
@ -404,7 +404,7 @@ func listFaucetTakers(inlineFaucet *InlineFaucet) string {
|
|||
to_str = fmt.Sprintf("🚰 *Faucet summary*\n\nMemo: %s\nCapacity: %d sat\nTakers: %d\nRemaining: %d sat\n\n*Takers:*\n\n", inlineFaucet.Memo, inlineFaucet.Amount, inlineFaucet.NTaken, inlineFaucet.RemainingAmount)
|
||||
to_str += "```\n"
|
||||
for _, to := range inlineFaucet.To {
|
||||
to_str += fmt.Sprintf("%s\n", GetUserStrMd(to.Telegram))
|
||||
to_str += fmt.Sprintf("%s\n", GetUserStr(to.Telegram))
|
||||
}
|
||||
to_str += "```"
|
||||
return to_str
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue