mirror of
https://github.com/idanoo/NZCovidBot
synced 2025-07-02 19:52:14 +00:00
Tidy formatting
This commit is contained in:
parent
458b162295
commit
ca3de9cadd
3 changed files with 7 additions and 2 deletions
|
@ -63,7 +63,7 @@ func formatCsvTwitterRow(data string) string {
|
|||
c := make([]string, 0)
|
||||
c = append(c, fields...)
|
||||
endtime := strings.Split(c[5], ", ")
|
||||
return fmt.Sprintf("New Location: *%s\n%s\n_%s_ - _%s_\n#NZCovidBot", c[1], c[2], c[4], endtime[1])
|
||||
return fmt.Sprintf("New Location: *%s*no w\n%s\n_%s_ - _%s_\n#NZCovidBot", c[1], c[2], c[4], endtime[1])
|
||||
}
|
||||
|
||||
func getPostableDiscordData() string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue