mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
feat(Integration): add guild integrations (#3756)
This commit is contained in:
@@ -164,6 +164,7 @@ const Endpoints = exports.Endpoints = {
|
||||
nickname: `${base}/members/@me/nick`,
|
||||
};
|
||||
},
|
||||
Integration: id => `${base}/integrations/${id}`,
|
||||
};
|
||||
},
|
||||
channels: '/channels',
|
||||
|
||||
Reference in New Issue
Block a user