Vexed
Vexed
Looking like a relatively similar path issue as the comment above, CPU frequencies also appear to be broken on WSL: ```py Exception in command 'system top' Traceback (most recent call...
Please note that the bot is case sensitive with answers. As an example in [line 5](https://github.com/Cog-Creators/Red-DiscordBot/blob/47dc1caf61a164fcbe82cd291813bceeb884ee6a/redbot/cogs/trivia/data/lists/startrek.yaml#L5) you put the single answer as `pennsylvania`. This means that the bot will mark...
That's certainly a very valid point that I hadn't considered, thanks for pointing it out.
I've added decimals to the defaults which accept them and clarified "whole number" for `max_score`. Would it be worth a new issue to actually validate these, as at the moment...
As far as I'm aware, integers can be positive or negative while whole numbers are always positive - and a negative number for max_score (well, as well as 0) wouldn't...
Talked about this in Discord. Everything I've tried now works for me, this gets a big 👍 for functionality.
If the approach to use existing keys is taken, I think there should be standardisation regarding how to set a max version. Should 3.5 compatibility be `3.5.99`, `3.6.0.dev0`, or maybe...
Possible duplicate of #2947 / #3681
This appears to be an issue with version 2 and above of urllib3, I'm waiting for the maintainer of pytrends to update to support the new urllib. As Red is...
On reflection, I've decided to not add this to StatTrack. StatTrack tries to be as resource light as reasonably possible, and thinking about how many servers Red bots could be...