A way to reset all nicknames in a server at once.
As the title says just a way to reset all usernames with just a click of a button think it would be a good idea!
-
this would not be easy on discord's servers with so many requests at once. It's a decent idea but wouldn't work technically 0 -
That makes sense.
2 -
They could make it async (not all at once). it would reduce the 'spam' (plus maybe also a cooldown like eg once per day or sth like that)
3 -
Discord is so bad in most regards. I have no clue how this can't be a standard tool.
Anyone saying it's too much load on their server isn't aware of workarounds for this. They literally track millions of people games they play, they should be able to change nicknames.
-1 -
You can do this very easily with a bot (discord.js).
Make a command and go:
message.guild.members.cache.filter(i +> !i.user.bot).map((value, key) => {
value.setNickname(value.user.username, 'Reset user nickname');
});
And you're done.
1 -
i need help with
delete all nicknames
0
Por favor, entrar para comentar.
Comentários
6 comentários