]> git.localhorst.tv Git - alttp.git/blob - resources/js/helpers/User.js
listen to round updates
[alttp.git] / resources / js / helpers / User.js
1 export const getAvatarUrl = user => `//cdn.discordapp.com/avatars/${user.id}/${user.avatar}.png`;
2
3 export default {
4         getAvatarUrl,
5 };