how should i get user data with multiple inputs
how would you format a user input where the user might need to enter some of the values multiple times (and be grouped together)?
ie a command that adds an enemy to a game, and you want to configure the list of items it will drop, where each item needs a name, and how often it should drop
ideally in a single command
4 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
just use
,
name number, name2 number2, ....that would work i guess, though a bit confusing and harder to validate. was hoping for a native solution
more complicated thing i can think about is just after clicking button, show modal with your options then update message with your data / save it somewhere