Example #1
0
 public async Task HexColor(int r, int g, int b)
 => await ReplyAsync(embed : await UtilitiesService.GetHexColorAsync(r, g, b));