We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the bot prefers prefix to be all lowercase, and the order of arguments must be strict in the form:
!problem <type> <difficulty>
where
type can be free or paid difficulty can be easy, medium, hard
free
paid
easy
medium
hard
If possible, make it so we can shuffle the arguments and change casing around and it still figures out the intent
The text was updated successfully, but these errors were encountered:
chakrakan
No branches or pull requests
Currently the bot prefers prefix to be all lowercase, and the order of arguments must be strict in the form:
!problem <type> <difficulty>
where
type can be
free
orpaid
difficulty can be
easy
,medium
,hard
If possible, make it so we can shuffle the arguments and change casing around and it still figures out the intent
The text was updated successfully, but these errors were encountered: