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
or whatever through a discord bot
No
well, you can get some via
User#flags
- but just the public ones, nothing to do with nitroyeye
any ideas
in dev why client.on("ready") doesn't work?
?
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
Because the event was renamed to
clientReady
in the dev release (which will become v15)thanks
❤️
The thread owner has marked this issue as solved.