NiiMiyo / EDOPro-Hd-Downloader

Downloads HD cards arts images for ProjectIgnis: EDOPro
MIT License
41 stars 4 forks source link

adds /all #2

Closed Teddy-Kun closed 2 years ago

Teddy-Kun commented 2 years ago

Adds a /all to download all fields and card artworks

NiiMiyo commented 2 years ago

This does not work since a function can't return two times. But I liked the idea. I'll see what I can do to make this work.

Teddy-Kun commented 2 years ago

Right I am stupid, but don't worry I think I can fix that pretty easily.

Teddy-Kun commented 2 years ago

Should be fixed now. I had to change the main method and for cleaner code I moved the output as text into the download method

NiiMiyo commented 2 years ago

Resolved with #3.

Had to completely redo the way commands work. At least the code is way cleaner now and it's possible for a single command to download field artwork and card arts.

Thanks for the suggestion.