You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Almost all Nextcord classes that require mocking have a _state attribute. Each mock classes currently implements its own version of a mock nextcord.state.ConnectionState to handle everything references to _state should do. Ideally, there would be only one MockConnectionState class defined, with each class calling that mock state class.
The text was updated successfully, but these errors were encountered:
Almost all Nextcord classes that require mocking have a _state attribute. Each mock classes currently implements its own version of a mock nextcord.state.ConnectionState to handle everything references to _state should do. Ideally, there would be only one MockConnectionState class defined, with each class calling that mock state class.
The text was updated successfully, but these errors were encountered: