Document the breaking change with the new dictionary storage change.
Since the only things dict views support are iteration we should advise people who want the old behaviour to change it to a list.
This commit is contained in:
		| @@ -67,9 +67,9 @@ class Server(Hashable): | ||||
|     afk_channel : :class:`Channel` | ||||
|         The channel that denotes the AFK channel. None if it doesn't exist. | ||||
|     members | ||||
|         A list of :class:`Member` that are currently on the server. | ||||
|         An iterable of :class:`Member` that are currently on the server. | ||||
|     channels | ||||
|         A list of :class:`Channel` that are currently on the server. | ||||
|         An iterable of :class:`Channel` that are currently on the server. | ||||
|     icon : str | ||||
|         The server's icon. | ||||
|     id : str | ||||
|   | ||||
		Reference in New Issue
	
	Block a user