python-discord / quackstack

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

fix: call time function when generating random duck hash #20

Closed vcokltfre closed 3 years ago

vcokltfre commented 3 years ago

Before this each random generation would save to the same file when this was not intended, now it calls time() so that a new hash is generated for the filename each time