GrafeasGroup / buttercup

Our personal assistant in Discord
MIT License
5 stars 2 forks source link

Fix arguments of rate and history commands #192

Closed TimJentzsch closed 2 years ago

TimJentzsch commented 2 years ago

Relevant issue: None

Description:

This fixes an error when executing the history and rate commands, because of an argument name mismatch.

Those were changed on the Discord side at some point, but not adjusted in the code. Additionally, a deprecated Pandas command has been changed.

Notably the legend for multiple users seems to be bugged, showing a dot in the first color for the second user. I have no idea why and will move this to a different issue:

The second user in the legend doesn't show as the correct color and has a dot instead of a line. The graph renders correctly though

Checklist: