Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix:wait while speaking didnt realize bools were considered a type of int ``` isinstance(True, int) True isinstance(False, int) True ``` * fix:wait while speaking didnt realize bools were considered a type of int ``` isinstance(True, int) True isinstance(False, int) True ```
- Loading branch information