Method GetAccountAsync
GetAccountAsync(ulong)
Returns the a possible account for a given discordId. Returns null on error if no account is present.
public Task<Account?> GetAccountAsync(ulong discordId)
Parameters
discordIdulong
Returns
GetAccountAsync(string)
Returns the a possible account for a given accountId. Returns null on error if no account is present.
public Task<Account?> GetAccountAsync(string accountId)
Parameters
accountIdstring