Are union types supported in args.pick?
I really wanted to know whether i could do union types in arguments picking, coming from discord-akairo it had that thing where you can have multiple types which then gets resolved at argument prompting
3 Replies
You should do:
that's not very clean though
if i wanted multiple unions i'll have to make a chain
You could always make a utility function
That's probably not completely valid code but something like that
Or