forked from an/flokati
minor changes
This commit is contained in:
parent
519dc98189
commit
b7f88b7a9d
2 changed files with 4 additions and 4 deletions
|
@ -141,7 +141,7 @@ func scraper() {
|
|||
}
|
||||
|
||||
func showScStats() {
|
||||
sayCh <- "*\n*** SC User and Funding Stats ###"
|
||||
sayCh <- "*\n*** SC User and Funding Stats ***"
|
||||
sayCh <- fmt.Sprintf("*\nFans: %s", util.NumberToString(fans, '.'))
|
||||
sayCh <- fmt.Sprintf("*\nFleet: %s", util.NumberToString(fleet, '.'))
|
||||
sayCh <- fmt.Sprintf("*\nFunds: $ %s", util.NumberToString(funds, '.'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue