This commit is contained in:
2025-07-14 01:01:58 +02:00
commit f16bf39250
9 changed files with 459 additions and 0 deletions

9
package.json Normal file
View File

@ -0,0 +1,9 @@
{
"name": "shiroprobability",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"discord.js": "^14.15.3"
}
}