fsu-fall2022-capstone / Project-Group-5

A discord bot that connects to the online game nationstates
1 stars 0 forks source link

Handle flag types that are not png/jpg #45

Closed CoderJoshDK closed 1 year ago

CoderJoshDK commented 1 year ago

Flags can be of various file types, like gif or SVG. The current generate_newspaper can not handle that. It should check the extension and handle it. (gif should be fine, but double-check SVG)

CoderJoshDK commented 1 year ago

SVG is still not handled

cameron-cornell commented 1 year ago

did not sync svg handler properly, should be fixed now