Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cptcr/fetch-user-banner
- Owner: cptcr
- Created: 2023-11-18T16:30:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-18T16:31:13.000Z (about 1 year ago)
- Last Synced: 2024-07-02T19:11:34.491Z (6 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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 bannerconsole.log(banner)
```**made by toowake**