Dave McPherson
Dave McPherson
Create a command that will generate a new team name, preferably some sort of pun, based on the name of the player passed to the command. ``` /generate_team_name Saquon Barkley...
**Is your feature request related to a problem? Please describe.** Update the trade command to use the native discord polls instead of emojis for voting on trades. **Describe the solution...
**Describe the bug** My league's trade review setting is set to "Commissioner", when I run the trade command the bot returns an error. **To Reproduce** Steps to reproduce the behavior:...
Resolves #65
While testing the library in Python 3.10.7 using pyaml 24.4.0 I ran into a Type error with the yaml handling: ``` TypeError: load() missing 1 required positional argument: 'Loader' ```...
The current unit tests are outdated and need a revamp. - Test should mock calls to Yahoo API instead of making requests, end-to-end testing with real API requests should be...
Yahoo no longer supports OAuth1 logins so we can safely remove the implementation from this project. SocDir was [shut down in 2020 ](https://developer.yahoo.com/oauth/social-directory-eol) and the remaining APIs offered by Yahoo...
## Description v0.4.0-Beta Release ## Types of Changes - [x] Core - [x] Bugfix - [x] New feature - [x] Enhancement/optimization ## Issues Fixed or Closed by This PR *...
I have updated the player_stats command to leverage the League resource from the Yahoo API instead of the Player resource. This allows us to return the total points and all...
**Describe the bug** The amount of stats available in an NHL league is >25 which is the maximum amount of fields an embed can have. **To Reproduce** Steps to reproduce...