litecord/litecord
Luna Mendes 86705b0645 blueprints.guilds: add 2 role endpoints
Add PATCH /api/v6/guilds/:id/roles for multiple position changes for
roles and PATCH /api/v6/guilds/:id/roles/:id for single guild
role changes

 - permissions: add int maigc method
 - schemas: add ROLE_UPDATE and ROLE_UPDATE_POSITION
2018-10-26 21:05:45 -03:00
..
blueprints blueprints.guilds: add 2 role endpoints 2018-10-26 21:05:45 -03:00
gateway gateway.websocket: handle missing 'channels' on op 14 2018-10-26 04:30:56 -03:00
pubsub dispatcher: add dispatch_filter 2018-10-24 19:09:05 -03:00
__init__.py litecord.blueprints: add auth blueprint 2018-06-17 04:09:29 -03:00
auth.py gateway.websocket: implement ZLIB streaming 2018-06-23 20:16:10 -03:00
dispatcher.py dispatcher: add dispatch_filter 2018-10-24 19:09:05 -03:00
enums.py enums: add MessageNotifications 2018-10-19 04:31:20 -03:00
errors.py blueprints.channels: add message sending 2018-07-03 01:02:26 -03:00
permissions.py blueprints.guilds: add 2 role endpoints 2018-10-26 21:05:45 -03:00
presence.py presence: don't send PRESENCE_UPDATEs about the same user 2018-10-26 03:50:29 -03:00
schemas.py blueprints.guilds: add 2 role endpoints 2018-10-26 21:05:45 -03:00
snowflake.py blueprints.channels: add implementations for some routes 2018-07-04 17:40:27 -03:00
storage.py litecord.pubsub: add more functionality to GuildMemberList 2018-10-24 16:36:24 -03:00
types.py blueprints.guilds: calculate new role position 2018-10-26 16:21:27 -03:00
utils.py blueprints.guilds: add create_role function 2018-10-26 15:57:24 -03:00