mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 22:51:32 +00:00
Webpack build for branch master: beffcd31cd
This commit is contained in:
parent
b234a8d047
commit
f2e8f82c79
2 changed files with 4 additions and 3 deletions
|
|
@ -203,6 +203,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`,
|
||||
|
|
|
|||
6
discord.master.min.js
vendored
6
discord.master.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue