python-discord / quackstack

An on-demand procedural ducky delivery service. An infinite stack of duckies!
MIT License
7 stars 1 forks source link

feat: add the ability to set seeds for ducks #60

Closed vcokltfre closed 3 years ago

vcokltfre commented 3 years ago

/duck and /manduck both now support a seed query param to use a seed to generate a duck. The seed is an integer, for example GET /duck?seed=1234

This also fixes the fact that quackstack wont start because the dockerfile was using an outdated location for the main file.