My Users Here is list of all the available users on your bot

<% if(users?.length) { %>
<% users.forEach(function (obj , index){ %> <% }) %>
# User Id Username Balance Total Refers Total Numbers Total Withdrawn Joined On Action
<%= index+1 %> <%= obj.userId %> <%= obj.username ? "@" + obj.username : "No Username" %> <%= obj.balance %> <%= JSON.parse(obj?.refers || "[]").length %> <%= obj.numbers %> <%= obj.totalWithdrawn %> <%= new Date(obj?.createdAt).toGMTString() %>
<% if(paginateBtns.length -1 >= 1){ %> <% paginateBtns.forEach((val, i)=>{ %> <% }) %> <% } %>
<% } else { %>

Your Bot Don't Have Any Users yet...

<% } %>
<% if(users?.length) { %> <% } %>