ℹ️Introduction
Bot Designer for Discord Data API
BDFDData API
Using Our API (Discord.js / axios)
const axios = require('axios')
(async () => {
return await axios.get('https://bdfddata.rickyjs.xyz/<version>/user', {
headers: {
'user-id': 'ID OF THE USER TO FETCH'
'apikey': <Your-API-Key>
}
}).then(res=>JSON.stringify(res.data, null, 2))
})()
//Output *should* be similar to the image provided in "BDFD Eval Function"Using Our API (BDFD)
Understanding What You're Sending
Need Further Assistance?
Last updated

