Bryce-3D / Discord-Bot

Repository for any discord bots I make
2 stars 1 forks source link

TicTacToe.py Helper Functions Return Cryptic Error Codes #6

Closed Bryce-3D closed 6 months ago

Bryce-3D commented 8 months ago

TicTacToe.py should use proper exception handling instead.

Bryce-3D commented 6 months ago

Fixed now by this commit on 2024-04-17.

Used enums to solve the issue instead of exception handling