fetch-user-banner

1.0.1 • Public • Published

Fetch Discord User Banner Node Package

How to use?

const getbanner = require("fetch-user-banner");

const banner = new getbanner()
.setToken("YOUR BOTS TOKEN") //for discord api authentication
.setUser("THE USER ID") //the user id of the user you want to get the banner

console.log(banner)

made by toowake

Readme

Keywords

none

Package Sidebar

Install

npm i fetch-user-banner

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

2 kB

Total Files

3

Last publish

Collaborators

  • toowake