Commit Graph

109 Commits

Author SHA1 Message Date
Zed
3300476757 Logging guesses 2023-03-02 17:53:20 -06:00
Zed
4f70e84749 Add clear class 2023-03-02 17:52:51 -06:00
Zed
e9154711c0 Removed add player guess to resolve 2023-03-02 17:52:40 -06:00
Zed
20cfcdcd4f Update help 2023-03-02 17:52:16 -06:00
Zed
e80f2ec820 Add clear command 2023-03-02 17:49:27 -06:00
Zed
c8b8319a55 Print logging to output 2023-03-02 17:49:16 -06:00
Zed
17774ae0e2 Add logging 2023-03-02 17:48:35 -06:00
f1db0f62fc Await discord user interaction with name get 2022-12-10 17:57:53 -06:00
fd5f5a7e7a I Completely disagree with this decision.
Remove the table for the original output
2022-12-10 12:36:36 -06:00
fc2fe0a396 update help 2022-12-10 12:31:56 -06:00
292db8133d clear total points 2022-12-10 12:31:19 -06:00
febdfaf355 Format points table with beautifultable 2022-12-09 23:20:54 -06:00
9702e1e77a Add reset command / module 2022-12-09 23:20:20 -06:00
ff5e7f310a Sort endgame table by difference 2022-12-09 23:15:28 -06:00
d7f4540dcd Install beautifultable 2022-12-09 22:44:04 -06:00
97a1ab1b2b disable too-few-public-methods pylint warning 2022-12-09 22:30:36 -06:00
43cfb49cd6 remove unused import 2022-12-09 22:28:51 -06:00
133af80aad Use BeautifulTable library to make nice tables :3 2022-12-09 22:28:37 -06:00
59d1dc4afb generate uuid on the model 2022-12-09 21:34:47 -06:00
7577e3afee generate the uuid on the model 2022-12-09 21:34:32 -06:00
ad70870d8e Update readme with correct information 2022-11-12 01:01:27 -06:00
a774d0a0fc It's baseball, not ghostball :) 2022-11-12 01:00:24 -06:00
512b3b05d2 Nedc to set difference to the class 2022-11-12 00:02:14 -06:00
0c4224314b Add ping to help message 2022-11-11 23:55:15 -06:00
1a3d2f0b14 update dockerfile 2022-11-11 21:29:05 -06:00
4318b58db0 remove comment 2022-11-11 21:23:17 -06:00
a32bb598d2 Get rid of original/reference code, move everything to root 2022-11-11 20:45:49 -06:00
dbaa692711 Add dockerfile 2022-11-11 20:16:36 -06:00
5557c16d8c Sync vscode settings because why not 2022-11-11 20:16:25 -06:00
b7bd032e07 format with black 2022-11-11 20:07:23 -06:00
16a419f558 Fix circular import issue 2022-11-11 20:06:14 -06:00
03fcc5ef52 Uninstall dateparser 2022-11-11 13:03:26 -06:00
5f70ffd69b Init before registering command 2022-11-11 12:52:54 -06:00
460a3e08d2 Remove comment 2022-11-10 22:45:16 -06:00
51092e52a2 Add extra whitespace 2022-11-10 22:44:24 -06:00
b067a6ca07 Use the new game manager 2022-11-10 22:43:49 -06:00
bcbb74a3e1 Create composit class of available commands 2022-11-10 22:43:40 -06:00
0ed4ca4034 Add process_guess (this is the old guess.py) 2022-11-10 22:43:19 -06:00
2d8dc471f5 Add help manager 2022-11-10 22:42:45 -06:00
1b53d230cb Add points manager 2022-11-10 22:42:38 -06:00
13eab14f17 Add guess manager 2022-11-10 22:42:30 -06:00
3e98b025c7 Add end game manager 2022-11-10 22:42:20 -06:00
f9a5a8023d Add new game manager 2022-11-10 22:42:08 -06:00
98de64b7aa Add new game manager 2022-11-10 22:41:42 -06:00
353f858bac Delete GameManager 2022-11-10 22:40:33 -06:00
e05f023c4e Update docstrings 2022-11-10 22:13:07 -06:00
7818109a9c Fix database query 2022-11-10 22:10:58 -06:00
49f2630e38 Save to database seperately from getting points 2022-11-10 22:10:31 -06:00
175b02536c Refactor init to what is passed and defaults 2022-11-10 22:09:36 -06:00
5cf6b30eb2 Remove check_is_running decorator since it didn't work 2022-11-10 21:59:49 -06:00