mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 20:42:27 +00:00
fix guildWebhooks endpoint (#1284)
This commit is contained in:
parent
dd8907472c
commit
beffcd31cd
1 changed files with 1 additions and 0 deletions
|
|
@ -131,6 +131,7 @@ const Endpoints = exports.Endpoints = {
|
|||
guildEmoji: (guildID, emojiID) => `${Endpoints.guildEmojis(guildID)}/${emojiID}`,
|
||||
guildSearch: guildID => `${Endpoints.guild(guildID)}/messages/search`,
|
||||
guildVoiceRegions: guildID => `${Endpoints.guild(guildID)}/regions`,
|
||||
guildWebhooks: guildID => `${Endpoints.guild(guildID)}/webhooks`,
|
||||
|
||||
// Channels
|
||||
channels: `${API}/channels`,
|
||||
|
|
|
|||
Loading…
Reference in a new issue