djs-utilities
Version:
Some handy utilities for discord.js bots
41 lines (40 loc) • 793 B
JSON
{
"name": "djs-utilities",
"version": "1.1.2",
"description": "Some handy utilities for discord.js bots",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kitsuyo/DJS-Utils.git"
},
"keywords": [
"discord",
"discordjs",
"djs",
"utilities",
"bot",
"settime",
"gettime",
"getuser",
"getrole",
"getchannel",
"getpages",
"set",
"clean",
"title",
"footer",
"hoist"
],
"author": "Kitsuyo",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kitsuyo/DJS-Utils/issues"
},
"homepage": "https://github.com/Kitsuyo/DJS-Utils#readme",
"dependencies": {
"discord.js": "^12.2.0"
}
}