Commit Graph

10 Commits

Author SHA1 Message Date
Xevion
c9fad55ade Add file docstrings to every .py file, improved exception docstrings, helper func typehint 2021-01-24 23:30:09 -06:00
Xevion
58884a43ff implement blackjack prediction into client logging, privatize Blackjack data variables, letter conversion function 2021-01-24 19:13:21 -06:00
Xevion
f2768df33f helper method for matching bot embeds to users, improve helper method docs/formatting 2021-01-24 18:10:14 -06:00
Xevion
e0e5636c5c move client card parsing into Card.parse_cards method, fix access Union typing mistake, fix missing line in baseline_soft.dat, Card class documentation, remove unneeded Client vars/func 2021-01-24 18:09:44 -06:00
Xevion
6668e6caec name window with ctypes to distiniguish multiple bot instances, remove old task cooldown code and implement timings.Cooldown objects for tasks and command cooldown, datetime.utcnow switch 2021-01-24 17:19:18 -06:00
Xevion
b1d888b903 begin to simplify on_message using developed parsers, TaskResponse and TaskCooldownMessage active usage, removing print comments 2021-01-24 14:26:38 -06:00
Xevion
bf09c13d6c proper path constants, logging level constant, file & stream logging 2021-01-24 14:22:09 -06:00
Xevion
bc4f13ac52 PlayOptions namedtuple constant class, uncommitted exceptions, use re.compile in parsers regex for IDE color formatting, change logging 2021-01-23 23:57:39 -06:00
Xevion
05b72c9f73 begin working on blackjack automation, card processing 2021-01-23 20:35:25 -06:00
Xevion
0062925567 basic task automation client, logging and response processing 2021-01-23 20:34:47 -06:00