Spur
DIAdiscord.js - Imagine an app
•Created by Spur on 8/21/2023 in #djs-questions
Error 50013 thrown when giving and removing roles
Thank you!
26 replies
DIAdiscord.js - Imagine an app
•Created by Spur on 8/21/2023 in #djs-questions
Error 50013 thrown when giving and removing roles
I had no idea that the order in which roles are stacked mattered lol
26 replies
DIAdiscord.js - Imagine an app
•Created by Spur on 8/21/2023 in #djs-questions
Error 50013 thrown when giving and removing roles
You were right! Adjusting that order fixed it completely
26 replies
DIAdiscord.js - Imagine an app
•Created by Spur on 8/21/2023 in #djs-questions
Error 50013 thrown when giving and removing roles
Ah ok
26 replies
DIAdiscord.js - Imagine an app
•Created by Spur on 8/21/2023 in #djs-questions
Error 50013 thrown when giving and removing roles
The role it is trying to give is simply a color role with no perms attatched btw
26 replies
DIAdiscord.js - Imagine an app
•Created by Spur on 8/21/2023 in #djs-questions
Error 50013 thrown when giving and removing roles
I see. Will enabling every permission allow it to give any role?
26 replies
DIAdiscord.js - Imagine an app
•Created by Spur on 8/21/2023 in #djs-questions
Error 50013 thrown when giving and removing roles
Ah oof
26 replies
DIAdiscord.js - Imagine an app
•Created by Spur on 8/21/2023 in #djs-questions
Error 50013 thrown when giving and removing roles
26 replies
DIAdiscord.js - Imagine an app
•Created by Spur on 8/21/2023 in #djs-questions
Error 50013 thrown when giving and removing roles
When I added it to the test server, I set its permission code as 8 which I thought just made it an admin. I'll send its explicit perms rq
26 replies
DIAdiscord.js - Imagine an app
•Created by Spur on 8/21/2023 in #djs-questions
Error 50013 thrown when giving and removing roles
Error is thrown right after line 12 (
await interaction.member.roles.remove(roleID);
) runs which leads me to think that it is a role-management permission problem26 replies
DIAdiscord.js - Imagine an app
•Created by Spur on 8/21/2023 in #djs-questions
Error 50013 thrown when giving and removing roles
Gateway intent bits:
26 replies
DIAdiscord.js - Imagine an app
•Created by Spur on 8/21/2023 in #djs-questions
Error 50013 thrown when giving and removing roles
26 replies