Webpack build for branch master: 2accb7b6fd

This commit is contained in:
Travis CI 2017-04-28 16:13:06 +00:00
parent 65893439af
commit 5d02a61ec5
2 changed files with 2 additions and 2 deletions

View file

@ -259,7 +259,7 @@ const Endpoints = exports.Endpoints = {
Member: m => exports.Endpoints.Guild(m.guild).Member(m),
CDN(root) {
return {
Emoji: emojiID => `${root}/emojis/$${emojiID}.png`,
Emoji: emojiID => `${root}/emojis/${emojiID}.png`,
Asset: name => `${root}/assets/${name}`,
Avatar: (userID, hash) => `${root}/avatars/${userID}/${hash}.${hash.startsWith('a_') ? 'gif' : 'png'}?size=2048`,
Icon: (guildID, hash) => `${root}/icons/${guildID}/${hash}.jpg`,

File diff suppressed because one or more lines are too long