How to check if bot is connected to a channel? | discord.py
问题 I've decided to try making my discord bot play music, but I've gotten stuck already. Mainly due to the fact I can't find any sources to help with the current version, I've been winging everything from the docs. However, I can't figure out how to check if the bot is connected to a voice channel. I have tried if not Client.is_connected(): , however that didn't work. If there are any updated sources to help me get the basics of discord.py's voice features, please give me a link :) Here is my