Table of Contents

Method CreateAccount

Namespace
Pillars.Core.Accounts.Services
Assembly
Pillars.dll

CreateAccount(ulong)

Creates an empty account using the discordId. Does NOT check for existance of an already created account.

public Task<Account?> CreateAccount(ulong discordId)

Parameters

discordId ulong

Returns

Task<Account>