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
0 additions and
3 deletions
-
disco/api/client.py
|
|
@ -230,9 +230,6 @@ class APIClient(LoggingClass): |
|
|
|
self.http(route, obj) |
|
|
|
|
|
|
|
def channels_messages_reactions_delete_all(self, channel, message): |
|
|
|
route = Routes.CHANNELS_MESSAGES_REACTIONS_DELETE_ALL |
|
|
|
obj = dict(channel=channel, message=message) |
|
|
|
|
|
|
|
self.http(Routes.CHANNEL_MESSAGES_REACTIONS_DELETE_ALL, dict(channel=channel, message=message)) |
|
|
|
|
|
|
|
def channels_permissions_modify(self, channel, permission, allow, deny, typ, reason=None): |
|
|
|