discord-avatar
Version:
A simple utility to display a member's avatar in an embedded message.
31 lines (30 loc) • 698 B
JSON
{
"name": "discord-avatar",
"version": "1.0.9",
"description": "A simple utility to display a member's avatar in an embedded message.",
"main": "index.js",
"keywords": [
"discord",
"api",
"bot",
"client",
"node",
"discordapp"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BringFeel/discord-avatar.git"
},
"author": "BringFeel",
"license": "ISC",
"bugs": {
"url": "https://github.com/BringFeel/discord-avatar/issues"
},
"homepage": "https://github.com/BringFeel/discord-avatar#readme",
"dependencies": {
"discord.js": "^13.6.0"
}
}