You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.
I have a simple editNickname command which has the server id copied directly from discord and a user's ID copied directly from discord and the bot has the manage nicknames privilege and it still won't change their nickname.
The text was updated successfully, but these errors were encountered:
don't you mind sharing your code ? also you can get the serverID using this : bot.channels[channelID].guild_id. i suggest you join the official server for this lib so we can help you out further https://discord.gg/0MvHMfHcTKVVmIGP
I figured it out after switching to discord.js, it gave me an error that it didn't have permissions to do so and there was something broken with one of the first roles I made which made it fail even though it did have greater permissions than those with that role.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a simple editNickname command which has the server id copied directly from discord and a user's ID copied directly from discord and the bot has the manage nicknames privilege and it still won't change their nickname.
The text was updated successfully, but these errors were encountered: