1.0.1 • Published 2 years ago
fetch-user-banner v1.0.1
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