Description
The math trivia section of the bot has a question that states "What is the natural log of -1 (use i for imaginary number)?", whose valid answers are pi*i, pii, πi. However, the bot does not accept ipi, which is a valid answer to this question.
Steps to Reproduce
- Use the
.trivia math command
- Wait for the question which states "What is the natural log of -1 (use i for imaginary number)?"
- Answer "ipi"
Expected Behaviour
The bot correctly identifies "ipi" as a correct answer
Actual Behaviour
The bot does not accept "ipi" as a correct answer.
Known Impacted Platforms
Possible Solutions
Add "ipi" and "iπ" as correct solutions to this problem
Would you like to implement a fix?
Note: For high-priority or critical bugs, fixes may be implemented by staff.
Description
The math trivia section of the bot has a question that states "What is the natural log of -1 (use i for imaginary number)?", whose valid answers are
pi*i, pii, πi. However, the bot does not acceptipi, which is a valid answer to this question.Steps to Reproduce
.trivia mathcommandExpected Behaviour
The bot correctly identifies "ipi" as a correct answer
Actual Behaviour
The bot does not accept "ipi" as a correct answer.
Known Impacted Platforms
Possible Solutions
Add "ipi" and "iπ" as correct solutions to this problem
Would you like to implement a fix?
Note: For high-priority or critical bugs, fixes may be implemented by staff.