Browse Source

formatting 2.0, with even less random spaces

pull/138/head
Luke 6 years ago
parent
commit
cad50fe578
  1. 6
      disco/api/client.py

6
disco/api/client.py

@ -292,9 +292,9 @@ class APIClient(LoggingClass):
return Guild.create(self.client, r.json())
def guilds_create(
self,
name,
region=None,
self,
name,
region=None,
icon=None,
verification_level=None,
default_message_notifications=None,

Loading…
Cancel
Save