Change user nickname with discord.js

前端 未结 11 1426
清酒与你
清酒与你 2020-12-16 19:15

I wonder if you can help (I search it and nothing...) I am learning how to work with discord.js node and I want to change my user nickname (not the username itself)

11条回答
  •  执念已碎
    2020-12-16 19:51

    It should work if you use this

    message.guild.members.get("Random ID or something").setNickname("RandomName")
    

提交回复
热议问题