mirror of
https://github.com/danbulant/discord.js
synced 2026-07-06 11:40:41 +00:00
Webpack build for branch 11.1-dev: 41e0be1db3
This commit is contained in:
parent
60d14d3676
commit
dbef12b6ab
2 changed files with 2 additions and 2 deletions
|
|
@ -205,7 +205,7 @@ const Endpoints = exports.Endpoints = {
|
||||||
ack: `${base}/ack`,
|
ack: `${base}/ack`,
|
||||||
settings: `${base}/settings`,
|
settings: `${base}/settings`,
|
||||||
auditLogs: `${base}/audit-logs`,
|
auditLogs: `${base}/audit-logs`,
|
||||||
Emoji: emojiID => Endpoints.CDN(root).Emoji(emojiID),
|
Emoji: emojiID => `${base}/emojis/${emojiID}`,
|
||||||
Icon: (root, hash) => Endpoints.CDN(root).Icon(guildID, hash),
|
Icon: (root, hash) => Endpoints.CDN(root).Icon(guildID, hash),
|
||||||
Splash: (root, hash) => Endpoints.CDN(root).Splash(guildID, hash),
|
Splash: (root, hash) => Endpoints.CDN(root).Splash(guildID, hash),
|
||||||
Role: roleID => `${base}/roles/${roleID}`,
|
Role: roleID => `${base}/roles/${roleID}`,
|
||||||
|
|
|
||||||
2
discord.11.1-dev.min.js
vendored
2
discord.11.1-dev.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue