Add the owner of a bot in the returned object when fetching on a user
Adding owner of a bot in the object of a user when fetching via api.
So if the user is a bot, return the owner associated to it.
I see no risks nor any possible concerns with this feature, only a benenfit.
It can be as simple as there id, like:
"bot": true,
"owner": {
id: '185957154606284800',
username: 'QGV'
discriminator: '2101',
}
only return that if it's a bot.
https://discord.com/api/v7/users/:id to this api
0
Please sign in to leave a comment.
Comments
0 comments