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
You need to await join_voice_channel to get the VoiceClient object before using disconnect, which is also a coroutine.
Or you can just use your existing VoiceClient object instead of rejoining the channel to get another one.
)
Issue #1
AttributeError: 'generator' object has no attribute 'disconnect'
The text was updated successfully, but these errors were encountered: