Exemple #1
0
        public async Task UsePointsOnStatisticAsync(string statName, int?newValue = null)
        {
            var result = await _statController.UsePointsOnStatisticAsync(Context.User.Id, statName, newValue);

            await ReplyAsync(result.Message);
        }