feat: add Commands enum, delete useless commands, revamp the Settings class and the MarkovChain.message_handler method

This commit is contained in:
cătălin 2024-11-01 02:55:51 +01:00
commit 23f7dcfd83
No known key found for this signature in database
17 changed files with 959 additions and 1089 deletions

View file

@ -36,4 +36,3 @@ exe = EXE(
codesign_identity=None,
entitlements_file=None,
)