discord.js-banner
Version:
const Banner = require('discord.js-banner') const banner = new Banner(process.env.DISCORD_TOKEN); const member = message.member; const userBanner=await banner.get(member.user.id, 2048 ) // return user And banner if (!userBanner.succ
30 lines • 655 B
JSON
{
"name": "discord.js-banner",
"version": "1.0.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sajjadmrx/discord.js-banner.git"
},
"keywords": [
"discord",
"discord.js",
"discord",
"banner",
"banner",
"discord.js-banner"
],
"author": "sajjadmrx",
"license": "ISC",
"bugs": {
"url": "https://github.com/sajjadmrx/discord.js-banner/issues"
},
"homepage": "https://github.com/sajjadmrx/discord.js-banner#readme",
"dependencies": {
"axios": "^0.21.1"
}
}