Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cptcr/fetch-user-banner

https://www.npmjs.com/package/fetch-user-banne
https://github.com/cptcr/fetch-user-banner

Last synced: about 2 months ago
JSON representation

https://www.npmjs.com/package/fetch-user-banne

Awesome Lists containing this project

README

        

# Fetch Discord User Banner Node Package

## How to use?
```js
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**