I would like to see a feature added to slash command choices where a user can specify a comma-separated list under one option. For example, if a moderator would like to assign a user multiple roles: I'd like them to be able to run /role user role1,role2,role3... without having to hard-code role1, role2, role3 as options. How can i do this
#Multiple inputs in a slash command
1 messages · Page 1 of 1 (latest)
You can't
You can't right now due to Discord limitations
Discord's API doesn't allow for multi-choice options as of now
You could make a role select menu if you're using the master branch :p
Well i did string parsing on role mentions in a single option
Cuz i wanted a direct response rather than sending a select menu and then doing stuff on that
What about discord.Member arg type 🤔
Same concept
Well string parsing for the user mentions?
I used regex