Add missing ` in documentation for create_server
This commit is contained in:
		@@ -1610,7 +1610,7 @@ class Client:
 | 
				
			|||||||
            The name of the server.
 | 
					            The name of the server.
 | 
				
			||||||
        region : :class:`ServerRegion`
 | 
					        region : :class:`ServerRegion`
 | 
				
			||||||
            The region for the voice communication server.
 | 
					            The region for the voice communication server.
 | 
				
			||||||
            Defaults to :attr`ServerRegion.us_west`.
 | 
					            Defaults to :attr:`ServerRegion.us_west`.
 | 
				
			||||||
        icon : bytes
 | 
					        icon : bytes
 | 
				
			||||||
            The *bytes-like* object representing the icon. See :meth:`edit_profile`
 | 
					            The *bytes-like* object representing the icon. See :meth:`edit_profile`
 | 
				
			||||||
            for more details on what is expected.
 | 
					            for more details on what is expected.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user