Home > Software engineering >  Is it possible to change discord bot server profile?
Is it possible to change discord bot server profile?

Time:10-03

Discord added these discord server profiles where you can change your profile picture. Is it possible to do that on discord.js? If yes, how?

CodePudding user response:

Sadly, it looks like discord.js doesn't support this feature yet (https://discord.js.org/#/docs/main/13.1.0/class/ClientUser?scrollTo=setAvatar) so you can't do it using discord.js for now

  • Related