diff options
| author | Rapptz <[email protected]> | 2016-07-23 05:18:56 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2016-07-23 05:18:56 -0400 |
| commit | b0e535771677fe34cefeec2716a7c4ed750e032f (patch) | |
| tree | 77ce630b048dceebc18fad3ddd5dd2b5421c9bfd /docs | |
| parent | Fix TypeError when constructing a channel in start_private_message. (diff) | |
| download | discord.py-b0e535771677fe34cefeec2716a7c4ed750e032f.tar.xz discord.py-b0e535771677fe34cefeec2716a7c4ed750e032f.zip | |
Fix voice state update issue in on_voice_state_update
Bug was caused to the shallow copy not copying over the VoiceState
information embedded into the copy. This would mean that when the event
is called, before and after voice state information is essentially
equivalent.
The solution to fix this is to also copy the VoiceState objects.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions