bot.join_voice_channel code example
Example: The Command raised an exception: AttributeError: 'VoiceState' object has no attribute 'voice_channel'
In the rewrite version, version 1.0, VoiceState.voice_channel was changed to VoiceState.channel.
In the rewrite version, version 1.0, VoiceState.voice_channel was changed to VoiceState.channel.