feat(Integration): add guild integrations (#3756)

This commit is contained in:
SpaceEEC
2020-02-02 11:11:31 +01:00
committed by GitHub
parent a12e1e87ee
commit c955fd00c7
6 changed files with 275 additions and 0 deletions

View File

@@ -164,6 +164,7 @@ const Endpoints = exports.Endpoints = {
nickname: `${base}/members/@me/nick`,
};
},
Integration: id => `${base}/integrations/${id}`,
};
},
channels: '/channels',