This is an archived community post.

This post is no longer open for new replies - but we'd still love to hear from you! Share your feedback with our team via our Feedback Form.

Need help getting started? Check out this article for step-by-step instructions on submitting feedback through the form.

A way to reset all nicknames in a server at once.

टिप्पणियां

6 टिप्पणियां

  • wAffles
    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
  • Jammers Hammers

    That makes sense.

    2
  • ShuriZma

    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
  • VanValdenburg

    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
  • Arniox

    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
  • pho man

    i need help with 

    delete all nicknames

     

    0