jschultz38 / degenbot

Fetch game times for select degenz
1 stars 0 forks source link

Add !sus #67

Closed jschultz38 closed 2 months ago

jschultz38 commented 2 months ago

Add !sus which returns all suspensions for a player.

In order to get this to work in a reasonable amount of time, I had to cache all previous suspensions which right now is a manual process using saveAllKHLSeasons.py. Every time a new season is created, this would have to be updated. If I really care, I would make a way to automatically detect on startup if a new season has been created. So mark that one up in the issues column