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
시즌 정보의 옵션 값은 오직 정수만 받을 수 있습니다. 다만 정수가 아닌 다른 문자열이 입력됬을 때에 충분한 대응이 필요합니다.
시즌 정보가 필요한, 전적기능의 경우 슬래시 명렁아(빗금 명령어)를 사용할 땐 정수만 받도록 UI가 인계되어 있으나 메시지를 통하여 받는 일반 명령어에서는 문자열을 입력해도 아무런 일이 발생하지 않습니다.
전적
옵션 값이 정제되어 시즌으로 처리되었으면 좋겠지만, 최소 정수값을 입력해 달라고 요청해야합니다.
아무런 일도 발생하지 않았습니다.
The text was updated successfully, but these errors were encountered:
Fixed v2.1
Sorry, something went wrong.
gunyu1019
No branches or pull requests
Describe the bug
시즌 정보의 옵션 값은 오직 정수만 받을 수 있습니다. 다만 정수가 아닌 다른 문자열이 입력됬을 때에 충분한 대응이 필요합니다.
To Reproduce
시즌 정보가 필요한,
전적
기능의 경우 슬래시 명렁아(빗금 명령어)를 사용할 땐 정수만 받도록 UI가 인계되어 있으나 메시지를 통하여 받는 일반 명령어에서는 문자열을 입력해도 아무런 일이 발생하지 않습니다.Expected behavior
옵션 값이 정제되어 시즌으로 처리되었으면 좋겠지만, 최소 정수값을 입력해 달라고 요청해야합니다.
Actual Results
아무런 일도 발생하지 않았습니다.
Additional context
The text was updated successfully, but these errors were encountered: