Beispiel #1
0
 public async Task Lmgtfy([Name("text to search")][Remainder] string textToSearch)
 => await ReplyAsync(UtilitiesService.Lmgtfy(textToSearch));