Proposal
I suppose this can't be done through an official Discord database. Therefore, we should use our own database to store the wins and losses of a user where his ID is linked to his Discord account. We will then get the values through an SQL statement "SELECT wins,losses FROM table WHERE id=session_id" where the session_id is going to be the id of the user currently logged in.
Proposal I suppose this can't be done through an official Discord database. Therefore, we should use our own database to store the wins and losses of a user where his ID is linked to his Discord account. We will then get the values through an SQL statement "SELECT wins,losses FROM table WHERE id=session_id" where the session_id is going to be the id of the user currently logged in.