Roles and users missing from Integration permissions?

I can't tell if I am going crazy or if this is just weird behaviour from Discord. I have 25 roles in my Discord server. I have a bot which has slash commands which I would like to only be accessible to certain roles. However, when I click the "Add roles or members" button in the Integration settings page of the bot, it displays only SOME of the roles on the server, but not all of them. (i.e. an incomplete list) When I search for those roles via the search bar up top, they do not appear, either. Why are those roles not appearing on the settings page and how do I restrict slash command usage to those non-appearing roles?
11 Replies
d.js docs
d.js docs2y ago
• What's your exact discord.js npm list discord.js and node node -v version? • Post the full error stack trace, not just the top part! • Show your code! • Explain what exactly your issue is. • Not a discord.js issue? Check out #useful-servers.
2Flow2
2Flow22y ago
A list of some of my roles:
monbrey
monbrey2y ago
This seems more like a question for Discord than for us Are any of those roles managed role, bot roles or otherwise higher than your role can manage?
2Flow2
2Flow22y ago
Aw shoot, so it's a bug with Discord's system? I was afraid as much. Nope nope and nope :/
monbrey
monbrey2y ago
I mean its a Discord client interface Nothing to do with discord.js
2Flow2
2Flow22y ago
Fair enough. I thought maybe I was just doing something stupid. I can close this and try to move it to their official forums.
souji
souji2y ago
there is a search bar
monbrey
monbrey2y ago
When I search for those roles via the search bar up top, they do not appear, either.
souji
souji2y ago
admin roles? that's the only ones that don't turn up for me in which case that makes sense, since they can use it anyways
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
2Flow2
2Flow22y ago
This turned out to be exactly the issue. I hadn't realized the ones that were missing all shared that in common nor that Discord hid those roles/users from the list. Now I do! Thank you! (Btw I don't know how to "close" this post.) Nm finally found the option.