Attachment drop box
Is there a way to create a drop box for attachments like that one in slash commands?
I want to give users ability to change role icon, so they can click button then this "drop box" will appear and user can drop their local image and then we process it via code
5 Replies
as far as ik it cant be done via a button, unless you have them send the message into a channel. So the only options are either that or a slash command with an attachment option.
:( sad that we don't have "Attachment" type for collectors with same drop box. Would be nice. Will go with message collector then 👍🏿
someone else may have another idea, but that's all i can think of right now
Just use the slash command option :nerdcat:
The UX of that will always be infinitely better than message commands where it's always obscure what arguments can be provided.
The thing is that we have a command
/role manage
that responds with role stats, and some manage buttons like change name, color, and icon as well. so another command doesn't satisfy our needs in this situation
probably wanna make a command if we will face some problems with current implementation. but tbh it's not that bad rn. I've done it the good way so it's easy for user to just do their thing and eventually get icon in place.