Browse Source

Update client.py

pull/136/head
Luke Mathew-Byrne 6 years ago
committed by GitHub
parent
commit
2360956606
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      disco/api/client.py

3
disco/api/client.py

@ -230,9 +230,6 @@ class APIClient(LoggingClass):
self.http(route, obj) self.http(route, obj)
def channels_messages_reactions_delete_all(self, channel, message): 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)) 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): def channels_permissions_modify(self, channel, permission, allow, deny, typ, reason=None):

Loading…
Cancel
Save