I feel like I've tried everything. My bot's name is currently "TestApp" and I would like to change it to something else. Do I have to remove it completely, create a whole new app inside of https://discordapp.com/developers/, assign it a proper name, then add a bot inside there? Then obviously change the token inside my Discord.js application and re-invite the bot to the channel.
I've tried:
- Change the App Name on https://discordapp.com/developers/
msg.guild.members.get(bot.user.id).setNickname("NEWNAMEHERE")Discord.Client.setUsername("NEWNAMEHERE")
Let me know if you can actually change the username/nickname of a Discord bot, without removing it and starting over with the configuration. I can't seem to find this answer anywhere.