1.0.1 • Published 2 years ago

fetch-user-banner v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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

1.0.1

2 years ago

1.0.0

2 years ago