예제 #1
0
        public async Task AddAttributePointsAsync(IUser user, int pts)
        {
            var result = await _statController.AddAttributePointsAsync(user.Id, pts);

            await ReplyAsync(result.Message);
        }