Browse Source

Add missing ` in documentation for create_server

pull/74/head
Rapptz 9 years ago
parent
commit
e9b771adc7
  1. 2
      discord/client.py

2
discord/client.py

@ -1610,7 +1610,7 @@ class Client:
The name of the server.
region : :class:`ServerRegion`
The region for the voice communication server.
Defaults to :attr`ServerRegion.us_west`.
Defaults to :attr:`ServerRegion.us_west`.
icon : bytes
The *bytes-like* object representing the icon. See :meth:`edit_profile`
for more details on what is expected.

Loading…
Cancel
Save