Beispiel #1
0
 public async Task ConvertCurrency(string from, string to, string value)
 => await ReplyAsync(embed : await UtilitiesService.ConvertCurrencyAsync(from, to, value));