mirror of
				https://github.com/Rapptz/discord.py.git
				synced 2025-10-28 20:13:02 +00:00 
			
		
		
		
	This adds a lot of new attributes into the Member class such as giving a voice_channel that the user is currently connected to. Initially there was a plan to have a voice_members attribute in the Channel class but this proved to be difficult when it came to actually removing users from the voice channel as the response would return channel_id as null. Fixes #16.