<%- include("includes/head") %>
<%- include("includes/header") %> <%- include("includes/sidebar") %>

<%= user.username %> Dashboard v1.0.5

<%= userInfos.tag %>

<%= bot.guilds.cache.get(guild.id).name %>

ID: <%= guild.id %>

User Avatar
<%= translate("economy/profile:LEVEL").substr(2) %> <%= guild.members.find(u => u.id === userInfos.id).level %>
<%= translate("economy/profile:CASH").substr(2) %> / <%= translate("economy/profile:BANK").substr(2) %> <%= guild.members.find(u => u.id === userInfos.id).money %> / <%= guild.members.find(u => u.id === userInfos.id).bankSold %>
<%= translate("economy/profile:REPUTATION").substr(2) %> <%= userInfos.rep %>
<%- include("includes/footer") %>