Added timeout command

This commit is contained in:
2023-11-24 23:51:40 +01:00
parent e6fc6296c4
commit 97d3068d28
4 changed files with 143 additions and 3 deletions

3
package-lock.json generated
View File

@@ -13,7 +13,8 @@
"discord.js": "^14.8.0",
"dotenv": "^16.0.3",
"log-beautify": "^1.2.0",
"mongoose": "^7.0.1"
"mongoose": "^7.0.1",
"ms": "^2.1.3"
}
},
"node_modules/@discordjs/builders": {