command-cooldown
Version:
a simple (discord bots anything really) cooldown for commands made using quick.db
21 lines (20 loc) • 439 B
JSON
{
"name": "command-cooldown",
"version": "1.0.0",
"description": "a simple (discord bots anything really) cooldown for commands made using quick.db",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cooldown",
"discord bots",
"commands",
"cool-down"
],
"author": "Sekai966",
"license": "ISC",
"dependencies": {
"quick.db": "7.1.3"
}
}