-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow multiple lookups with !lookup #190
Comments
Anything separated by whitespace or a comma? |
both whitespace and commas are used in items / perks iirc |
Add options for quotes, I guess, ie "Twisted Fate". Where are comma's used? |
Seems like i was mistaken about |
It's uncommon in argument parsing, and possibly very confusing for the end user, but you could say the same of comma's. |
Ie. searching for more than one champion at a time
!lookup champion neeko sylas
This should work fine for champions? but would need some special filtering for perks and items as they contain spaces. Another option is to change the syntax, i.e
!lookup champion neeko | sylas
The text was updated successfully, but these errors were encountered: