any way to fetch discord user's badges with the api?

i am currently using guilds/guild_id/members/member_id but is there any way to fetch user's badges?
12 Replies
d.js toolkit
d.js toolkit3w ago
david
davidOP3w ago
or whatever through a discord bot
Inky
Inky3w ago
No
souji
souji3w ago
well, you can get some via User#flags - but just the public ones, nothing to do with nitro
david
davidOP3w ago
yeye any ideas
d.js docs
d.js docs3w ago
:property: User#flags discord.js@14.21.0 The flags for this user
david
davidOP3w ago
in dev why client.on("ready") doesn't work?
souji
souji3w ago
?
david
davidOP3w ago
i installed discord.js@dev and the code i wrote doesn't work i have a client.login at the end client.on("ready", ..... console.log("bot ready")..) and the imports
TÆMBØ
TÆMBØ3w ago
Because the event was renamed to clientReady in the dev release (which will become v15)
david
davidOP3w ago
thanks ❤️
d.js toolkit
d.js toolkit3w ago
The thread owner has marked this issue as solved.

Did you find this page helpful?