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 toolkit4mo ago
david
davidOP4mo ago
or whatever through a discord bot
Inky
Inky4mo ago
No
souji
souji4mo ago
well, you can get some via User#flags - but just the public ones, nothing to do with nitro
david
davidOP4mo ago
yeye any ideas
d.js docs
d.js docs4mo ago
:property: User#flags discord.js@14.21.0 The flags for this user
david
davidOP4mo ago
in dev why client.on("ready") doesn't work?
souji
souji4mo ago
?
david
davidOP4mo 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Ø4mo ago
Because the event was renamed to clientReady in the dev release (which will become v15)
david
davidOP4mo ago
thanks ❤️
d.js toolkit
d.js toolkit4mo ago
The thread owner has marked this issue as solved.

Did you find this page helpful?