CSC510-Group-25 / ClassMateBot

This project helps to improve the life of students, TAs and teachers by automating many mundane tasks which are sometimes done manually on Discord. This is release version 3 of the ClassMateBot.
MIT License
0 stars 5 forks source link

Q&A bug: empty strings are allowed #79

Closed snapcat closed 2 years ago

snapcat commented 2 years ago
$ask ""
$answer 1 ""

This shouldn't be the case. We need to add additional input checks to qanda.py.

snapcat commented 2 years ago

Done! See PR #82

snapcat commented 2 years ago

Will close with approved PR