Webpack build for branch 11.3-dev: d94ead70f8

This commit is contained in:
Travis CI 2018-01-06 12:08:37 +00:00
parent 1bad41b6cd
commit 2a8f34f648
2 changed files with 2 additions and 2 deletions

View file

@ -273,7 +273,7 @@ const Endpoints = exports.Endpoints = {
return {
Emoji: (emojiID, format = 'png') => `${root}/emojis/${emojiID}.${format}`,
Asset: name => `${root}/assets/${name}`,
Avatar: (userID, hash) => `${root}/avatars/${userID}/${hash}.${hash.startsWith('a_') ? 'gif' : 'png'}?size=2048`,
Avatar: (userID, hash) => `${root}/avatars/${userID}/${hash}.${hash.startsWith('a_') ? 'gif' : 'png?size=2048'}`,
Icon: (guildID, hash) => `${root}/icons/${guildID}/${hash}.jpg`,
GDMIcon: (channelID, hash) => `${root}/channel-icons/${channelID}/${hash}.jpg?size=2048`,
Splash: (guildID, hash) => `${root}/splashes/${guildID}/${hash}.jpg`,

File diff suppressed because one or more lines are too long