issues
search
jakobottar
/
ava-go
Discord bot written in Go
MIT License
1
stars
1
forks
source link
added nicer error messages and updated dependencies
#7
Closed
jakobottar
closed
2 years ago
jakobottar
commented
2 years ago
added colored "ERROR:" headings in error messages
Changed some
log.Fatalln
to
log.Println
so we continue execution on these nonfatal errors
Println(Sprintf(...))
->
Printf(...)
updated dependencies
log.Fatalln
tolog.Println
so we continue execution on these nonfatal errorsPrintln(Sprintf(...))
->Printf(...)