#How to pass an array argument in a slash command ?

1 messages · Page 1 of 1 (latest)

jolly meadow
#

I would like to recover an array with a list of DiscordUser. With basics commands, I can do something like this: params DiscordMember[] members, but how I can do this in a slash command ?

terse badge
#

you can't currently

jolly meadow
#

trying with a string but I can't cast a string into a DiscordMember

terse badge
#

parse the string properly, not just rudimentarily casting it

jolly meadow
#

maybe with some regex and get the id mention