From cad50fe5780b2d56f5698bed9ccab85d92cffedb Mon Sep 17 00:00:00 2001 From: Luke Date: Sat, 4 May 2019 13:13:37 +0100 Subject: [PATCH] formatting 2.0, with even less random spaces --- disco/api/client.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/disco/api/client.py b/disco/api/client.py index 62f789c..1b0ec7e 100644 --- a/disco/api/client.py +++ b/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,