Lonila
SIASapphire - Imagine a framework
•Created by Lonila on 10/25/2023 in #sapphire-support
Using multiple types in args.repeat()
Is it possible to use multiple types in
args.repeat()
?
For example like this:
const membersAndRoles = args.repeat('member | role'); // parsing members and roles
And then it would parse !command @member1 @member2 @role1
and put all three into membersAndRoles
.
What would be the best way?5 replies