mirror of
https://github.com/idanoo/NZCovidBot
synced 2025-07-01 19:22:14 +00:00
Fix twitter formatting
This commit is contained in:
parent
78badbac86
commit
7014904aa4
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ func formatCsvDiscordRow(data string) string {
|
|||
// formatCsvTwitterRow Format the string to a tidy string for the interwebs
|
||||
func formatCsvTwitterRow(data string) string {
|
||||
c := parseRawRowData(data)
|
||||
return fmt.Sprintf("New Location: *%s*no w\n%s\n_%s_ - _%s_\n#NZCovidTracker #NZCovid", c[2], c[3], c[0], c[1])
|
||||
return fmt.Sprintf("New Location: %s\n%s\n%s - %s\n#NZCovidTracker #NZCovid", c[2], c[3], c[0], c[1])
|
||||
}
|
||||
|
||||
// Returns []string of parsed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue