Luke Mathew-Byrne
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
disco/api/client.py
|
@ -288,7 +288,7 @@ class APIClient(LoggingClass): |
|
|
return Guild.create(self.client, r.json()) |
|
|
return Guild.create(self.client, r.json()) |
|
|
|
|
|
|
|
|
def guilds_delete(self, guild): |
|
|
def guilds_delete(self, guild): |
|
|
r = self.http(Routes.GUILDS_DELETE, dict(guild=guild)) |
|
|
self.http(Routes.GUILDS_DELETE, dict(guild=guild)) |
|
|
|
|
|
|
|
|
def guilds_create( |
|
|
def guilds_create( |
|
|
self, |
|
|
self, |
|
|