Oliver Wilkes

Results 123 comments of Oliver Wilkes

The current solution is checking if Player.current is None fyi

It does not "create an instance of your bot" for every server. A `Player` is made per voice client, so you should use that to hold state, which will be...

Cleanup of consistency of typehints is also needed