Fix penis size command

Change seeded-rand to seededrandom. For some reason I couldn't get the
former to work.
This commit is contained in:
SileNce5k 2021-07-06 16:25:39 +02:00
parent 597dac3dff
commit ae85020836
No known key found for this signature in database
GPG key ID: C507260E7F2583AD
3 changed files with 19 additions and 18 deletions

View file

@ -8,7 +8,7 @@
"express": "^4.17.1",
"parse-ms": "^2.1.0",
"prompt-sync": "^4.2.0",
"seeded-rand": "^2.0.1",
"seedrandom": "^3.0.5",
"valid-url": "^1.0.9"
},
"scripts": {