multiple provided values message command
im attempting to make a message command that is like ?query Username1, Username2, Username3... etc
id need to be able to first get all the usernames into one string and then split it myself by comma and space but how would i get them all to begin with? theres not a set amount of usernames that would need to be provided, ie some people could provide 2, 3 or even just 1.
1 Reply
why not use slash commands so you dont need to parse them out? Anyway see https://www.sapphirejs.dev/docs/Guide/arguments/using-arguments#repeating-arguments
Sapphire Framework
Using arguments in your commands | Sapphire
This section is only for the message command and is not relevant for the other command types. If you are looking for how