I have seen several discord bots that have the option to customize some details of the bot (Name, Avatar, …), some examples are MEE6, ProBot and some others.
What I would like to know is how to do it, since all the ideas I’ve had either make no sense, or simply don’t work.
— Things i’ve tried
-
I have tried to modify the bot member from the guild
<guild>.members.me.setAvatar()
, but this does not work. -
I had thought that maybe they were using Discord’s shards, but in that case, the changes would not only be reflected on that server, but also on all servers that make up that shard.