Rapptz 
							
						 
					 
					
						
						
							
						
						7765580a14 
					 
					
						
						
							
							utils.get now supports nested attribute retrieval.  
						
						 
						
						
						
						
					 
					
						2015-12-30 14:48:34 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rapptz 
							
						 
					 
					
						
						
							
						
						9f92536441 
					 
					
						
						
							
							Clean-up documentation to use NumPy style docs on remaining classes.  
						
						 
						
						
						
						
					 
					
						2015-12-16 22:20:54 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rapptz 
							
						 
					 
					
						
						
							
						
						de1c74a399 
					 
					
						
						
							
							Make more things into properties.  
						
						 
						
						... 
						
						
						
						A lot of the expensive getters were transformed into cached properties
instead. A lot of things that were properties were transformed into
properties as well. 
						
						
					 
					
						2015-12-16 22:03:16 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rapptz 
							
						 
					 
					
						
						
							
						
						338fb3e504 
					 
					
						
						
							
							Add discord.utils.get helper.  
						
						 
						
						
						
						
					 
					
						2015-12-13 02:13:08 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rapptz 
							
						 
					 
					
						
						
							
						
						9102f1ae4f 
					 
					
						
						
							
							Work on connecting to a voice channel.  
						
						 
						
						
						
						
					 
					
						2015-12-07 16:22:56 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rapptz 
							
						 
					 
					
						
						
							
						
						b87dfccfce 
					 
					
						
						
							
							Add server management commands.  
						
						 
						
						
						
						
					 
					
						2015-12-04 23:35:28 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rapptz 
							
						 
					 
					
						
						
							
						
						99254fdf96 
					 
					
						
						
							
							Add Forbidden and NotFound exceptions.  
						
						 
						
						
						
						
					 
					
						2015-12-04 01:23:52 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rapptz 
							
						 
					 
					
						
						
							
						
						f197c34583 
					 
					
						
						
							
							Begin working on asyncio port.  
						
						 
						
						
						
						
					 
					
						2015-12-04 00:16:34 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rapptz 
							
						 
					 
					
						
						
							
						
						4a25011ee1 
					 
					
						
						
							
							Revert "GIF support for avatars"  
						
						 
						
						... 
						
						
						
						This reverts commit 9a5bb439ec . 
						
						
					 
					
						2015-11-26 23:12:10 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rapptz 
							
						 
					 
					
						
						
							
						
						9a5bb439ec 
					 
					
						
						
							
							GIF support for avatars  
						
						 
						
						
						
						
					 
					
						2015-11-26 22:55:26 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rapptz 
							
						 
					 
					
						
						
							
						
						f0617fbb6a 
					 
					
						
						
							
							Add support for uploading avatars.  
						
						 
						
						
						
						
					 
					
						2015-11-26 22:14:04 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rapptz 
							
						 
					 
					
						
						
							
						
						077817c126 
					 
					
						
						
							
							Move _null_event and _verify_successful_response to utils  
						
						 
						
						... 
						
						
						
						They might be used in other files in the future. 
						
						
					 
					
						2015-11-26 21:09:50 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rapptz 
							
						 
					 
					
						
						
							
						
						f59ab28741 
					 
					
						
						
							
							Add utils.find helper function.  
						
						 
						
						
						
						
					 
					
						2015-09-13 22:28:02 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rapptz 
							
						 
					 
					
						
						
							
						
						b4e6591c9d 
					 
					
						
						
							
							Refactor parse_time into its own utils file.  
						
						 
						
						
						
						
					 
					
						2015-09-04 22:00:22 -04:00