add: game history

This commit is contained in:
2024-03-05 10:53:32 +01:00
committed by AdrienLSH
parent 90ce697a3a
commit d8e767405a
8 changed files with 201 additions and 24 deletions

View File

@ -42,6 +42,11 @@ class Profiles
return profile;
}
/**
*
* @param {Number} id
* @returns {Profile}
*/
async getProfileId(id)
{
let profile = new Profile(this.client, undefined, id);